Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool ShowConfirmationMessageIfDocumentContainsUnsavedChanges { get; set; }

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.

See Also