DocumentOperationService.CanPerformOperation(DocumentOperationRequest) Method
Specifies whether or not performing the requested document operation 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 |
---|---|---|
request | DocumentOperationRequest | A DocumentOperationRequest object that specifies the request to perform a custom operation with the current document. |
Returns
Type | Description |
---|---|
Boolean | true, if the document operation can be performed; otherwise, false. |
See Also