ReportDesignerDocumentCancelEventArgs Properties
A base class for classes that provide data for cancellable events in the End-User Report Designer.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Document | Gets the report document currently being processed. |
See Also