Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportManagerService.GetReports() Method

Retrieves a list of all saved reports.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

#Declaration

public 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.

#Implements

See Also