Skip to main content

DocumentOperationService.CanPerformOperation(DocumentOperationRequest) Method

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

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