IWebDocumentViewerAuthorizationService.CanReleaseDocument(String) Method
Specifies whether disposal of the specified document in the viewer cache or internal storage is permitted.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
documentId | String | A String value that identifies the document. |
Returns
Type | Description |
---|---|
Boolean | true, if the document can be disposed of; otherwise, false. |
Remarks
Prevents unauthorized disposal of the document from the viewer’s cache and internal storage.
See Also