Skip to main content
A newer version of this page is available.

InplaceReportsCacheHelper.GetReportDataInfoList(Type) Method

Returns information on all report data objects that are stored in the application database, have the IInplaceReportV2.IsInplaceReport property set to true and the IReportDataV2.DataType property set to the given type.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v19.1.dll

Declaration

public virtual List<ReportDataInfo> GetReportDataInfoList(
    Type targetObjectType
)

Parameters

Name Type Description
targetObjectType Type

A System.Type object that specifies the IReportDataV2.DataType of the required inplace reports.

Returns

Type Description
List<DevExpress.ExpressApp.ReportsV2.ReportDataInfo>

A List<ReportDataInfo> object that contains information on inplace report data objects that target the given type.

See Also