ReportDesignerDocument.Save(String) Method
Saves a report displayed in the current document to the specified file.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
reportFilePath | String | A string that specifies the full path to the file to which the report is saved. |
Returns
Type | Description |
---|---|
Boolean | true, if the report has been successfully saved; otherwise, false. |
See Also