ReportDesignerDocument.Save() Method
Saves a report displayed in the current designer document to a file.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if the report has been successfully saved; otherwise, false. |
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