IReportManagerService.GetReport(ReportInfo) Method
Retrieves and returns the report by the specified ReportInfo.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| info | ReportInfo | A ReportInfo object that represents the report’s identifier. |
Returns
| Type | Description |
|---|---|
| XtraReport | An XtraReport object. |
See Also