IReportManagerService.GetReports() Method
In This Article
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
IEnumerable<ReportInfo> GetReports()
#Returns
Type | Description |
---|---|
IEnumerable<Report |
A collection of saved reports. |
#Remarks
Note
Report
See Also