Skip to main content

IReportManagerService.GetReports() Method

Retrieves a list of all saved reports.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

IEnumerable<ReportInfo> GetReports()

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