Skip to main content
A newer version of this page is available. .

IWebDocumentViewerAuthorizationService.CanCreateReport() Method

Specifies whether or not saving reports to the report storage is permitted.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

bool CanCreateReport()

Returns

Type Description
Boolean

true, if saving reports is permitted; otherwise, false.

See Also