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

IWebDocumentViewerAuthorizationService.CanReleaseReport(String) Method

Specifies whether or not disposing the specified report from the server storage is permitted.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

bool CanReleaseReport(
    string reportId
)

Parameters

Name Type Description
reportId String

A String value, identifying the report.

Returns

Type Description
Boolean

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

See Also