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.v25.2.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 |
|
See Also