ReportDesignerDocumentClosingEventArgs.ShowConfirmationMessageIfDocumentContainsUnsavedChanges Property
Specifies whether to show the confirmation message allowing users to save changes made in the report document.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to show the dialog for saving changes; otherwise, false. |
Remarks
Enable the ShowConfirmationMessageIfDocumentContainsUnsavedChanges property to show the confirmation dialog for saving changes made in the current report document on an attempt to close the document. If this property is set to false, the changes made will not be saved.
If the report document has not been changed, the confirmation dialog is not invoked regardless on this property’s value.