ReportDesignerDocumentClosingEventArgs Properties
Provides data for the ReportDesignerBase.DocumentClosing and ReportDesignerDocument.Closing events.| 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. Inherited from ReportDesignerDocumentCancelEventArgs. |
| ShowConfirmationMessageIfDocumentContainsUnsavedChanges | Specifies whether to show the confirmation message allowing users to save changes made in the report document. |
See Also