IReportManagerService.GetReports() Method
Retrieves a list of all saved reports.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Returns
Type | Description |
---|---|
IEnumerable<ReportInfo> | A collection of saved reports. |
Remarks
Note
ReportInfo instances are returned only. This prevents loading all available reports to memory when particular reports are required. To load the corresponding XtraReport from disk, use the IReportManagerService.GetReport method.
See Also