Skip to main content
All docs
V18.2

ASPxClientReportDesignerDialogCancelEventArgs.Cancel Property

Specifies whether or not the operation performed with a report should be canceled.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public bool Cancel { get; }

Property Value

Type Description
Boolean

true, if the operation should be canceled; otherwise, false.

See Also