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

IWebDocumentViewerAuthorizationService.CanCreateDocument() Method

Specifies whether or not creating any documents is permitted.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

bool CanCreateDocument()

Returns

Type Description
Boolean

true, if document creation is permitted; otherwise, false.

See Also