IReportManagerService.SaveReport(XtraReport) Method
Saves the specified report to the service’s store.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| report | XtraReport | An XtraReport object. |
Returns
| Type | Description |
|---|---|
| ReportInfo | A ReportInfo object that represents the report’s identifier. |
See Also