Skip to main content
All docs
V26.1
  • InplaceReportCacheHelperService.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.v26.1.dll

    NuGet Package: DevExpress.ExpressApp.ReportsV2

    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