IReportManagerService.UpdateReport(ReportInfo, XtraReport) Method
In This Article
Saves changes for the specified report.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
void UpdateReport(
ReportInfo info,
XtraReport report = null
)
#Parameters
Name | Type | Description |
---|---|---|
info | Report |
An object specifying the report. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
report | Xtra |
null | An object specifying the report. |
See Also