ReportsStorage.CollectInplaceReportsData() Method
Returns information on all stored report data objects that have the IInplaceReportV2.IsInplaceReport property set to true.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Returns
Type | Description |
---|---|
IList<DevExpress.ExpressApp.ReportsV2.ReportDataInfo> | A List<ReportDataInfo> object that contains information on inplace report data objects that target the given type. |
See Also