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

ReportDesigner.Exit() Method

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

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