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

IWebDocumentViewerAuthorizationService.CanReleaseDocument(String) Method

Specifies whether or not disposing the specified document 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 CanReleaseDocument(
    string documentId
)

Parameters

Name Type Description
documentId String

A String value, identifying the report document.

Returns

Type Description
Boolean

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

See Also