ReportDesignerDocument.Save() Method
Saves a report displayed in the current designer document to a file.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
When you call this method for the first time, it invokes the System.Windows.Forms.SaveFileDialog, which allows end-users to specify where a report displayed by the current document should be saved. Subsequent calls of this method for the same document silently save the report to the previously specified file.
See Also