ReportDesigner.Exit() Method
Closes the End-User Report Designer.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Remarks
The Exit method calls the ReportDesignerDocument.Close method for all documents opened in the ReportDesigner, and then, closes the End-User Report Designer window.
To show the Report Designer window, use the ReportDesigner.ShowWindow method.
See Also