ReportManagerService.UpdateReportInfo(ReportInfo) Method
In This Article
Saves changes for the specified ReportInfo object.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public void UpdateReportInfo(
ReportInfo info
)
#Parameters
Name | Type | Description |
---|---|---|
info | Report |
A Report |
See Also