IReportManagerService.UpdateReport(ReportInfo, XtraReport) Method
Saves changes for the specified report.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| info | ReportInfo | An object specifying the report. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| report | XtraReport | null | An object specifying the report. |
See Also