DocumentOperationService.CanPerformOperation(DocumentOperationRequest) Method
In This Article
Specifies whether or not performing the requested document operation is permitted.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public virtual bool CanPerformOperation(
DocumentOperationRequest request
)
#Parameters
Name | Type | Description |
---|---|---|
request | Document |
A Document |
#Returns
Type | Description |
---|---|
Boolean | true, if the document operation can be performed; otherwise, false. |
See Also