Skip to main content

ReportManagerService.UpdateReport(ReportInfo, XtraReport) Method

Saves changes for the specified report.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void UpdateReport(
    ReportInfo info,
    XtraReport report
)

Parameters

Name Type Description
info ReportInfo

An object specifying the report.

report XtraReport

An object specifying the report.

See Also