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

IWebDocumentViewerAuthorizationService.CanReadReport(String) Method

Specifies whether or not obtaining the specified report 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 CanReadReport(
    string reportId
)

Parameters

Name Type Description
reportId String

A String value, identifying the report.

Returns

Type Description
Boolean

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

See Also