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

IWebDocumentViewerAuthorizationService.CanReadDocument(String) Method

Specifies whether or not obtaining the specified document from the server is permitted.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

bool CanReadDocument(
    string documentId
)

Parameters

Name Type Description
documentId String

A String value, identifying the report document.

Returns

Type Description
Boolean

true, if reading the document is permitted; otherwise, false.

See Also