IReportManagerService.SaveReport(XtraReport) Method
In This Article
Saves the specified report to the service’s store.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
ReportInfo SaveReport(
XtraReport report
)
#Parameters
Name | Type | Description |
---|---|---|
report | Xtra |
An Xtra |
#Returns
Type | Description |
---|---|
Report |
A Report |
See Also