ReportManagerService.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
public void UpdateReport(
ReportInfo info,
XtraReport report
)
#Parameters
Name | Type | Description |
---|---|---|
info | Report |
An object specifying the report. |
report | Xtra |
An object specifying the report. |
#Implements
See Also