Skip to main content

ReportDesigner.Exit() Method

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void Exit()

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