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

DocumentOperationService.CanPerformOperation(DocumentOperationRequest) Method

Specifies whether or not performing the requested document operation is permitted.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public virtual bool CanPerformOperation(
    DocumentOperationRequest request
)

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