Skip to main content
A newer version of this page is available. .

IReportManagerService.UpdateReport(ReportInfo, XtraReport) Method

Saves changes for the specified report.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

void UpdateReport(
    ReportInfo info,
    XtraReport report = null
)

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