vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ReportMetadata

    interface ReportMetadata {
        aggregates?: ReportAggregate[];
        block?: ReportMetadata[];
        blockInfo?: ReportBlockInfo;
        buckets?: ReportBucketField[];
        chart?: ReportChart;
        colorRanges?: ReportColorRange[];
        columns?: ReportColumn[];
        crossFilters?: ReportCrossFilter[];
        currency?: CurrencyIsoCode;
        customDetailFormulas?: ReportCustomDetailFormula[];
        dataCategoryFilters?: ReportDataCategoryFilter[];
        description?: string;
        division?: string;
        filter?: ReportFilter;
        folderName?: string;
        format: ReportFormat;
        formattingRules?: ReportFormattingRule[];
        fullName?: string;
        groupingsAcross?: ReportGrouping[];
        groupingsDown?: ReportGrouping[];
        historicalSelector?: ReportHistoricalSelector;
        name: string;
        numSubscriptions?: number;
        params?: ReportParam[];
        reportType: string;
        reportTypeApiName?: string;
        roleHierarchyFilter?: string;
        rowLimit?: number;
        scope?: string;
        showCurrentDate?: boolean;
        showDetails?: boolean;
        showGrandTotal?: boolean;
        showSubTotals?: boolean;
        sortColumn?: string;
        sortOrder?: SortOrder;
        territoryHierarchyFilter?: string;
        timeFrameFilter?: ReportTimeFrameFilter;
        userFilter?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aggregates?: ReportAggregate[]
    block?: ReportMetadata[]
    blockInfo?: ReportBlockInfo
    buckets?: ReportBucketField[]
    chart?: ReportChart
    colorRanges?: ReportColorRange[]
    columns?: ReportColumn[]
    crossFilters?: ReportCrossFilter[]
    currency?: CurrencyIsoCode
    customDetailFormulas?: ReportCustomDetailFormula[]
    dataCategoryFilters?: ReportDataCategoryFilter[]
    description?: string
    division?: string
    filter?: ReportFilter
    folderName?: string
    format: ReportFormat
    formattingRules?: ReportFormattingRule[]
    fullName?: string
    groupingsAcross?: ReportGrouping[]
    groupingsDown?: ReportGrouping[]
    historicalSelector?: ReportHistoricalSelector
    name: string
    numSubscriptions?: number
    params?: ReportParam[]
    reportType: string
    reportTypeApiName?: string
    roleHierarchyFilter?: string
    rowLimit?: number
    scope?: string
    showCurrentDate?: boolean
    showDetails?: boolean
    showGrandTotal?: boolean
    showSubTotals?: boolean
    sortColumn?: string
    sortOrder?: SortOrder
    territoryHierarchyFilter?: string
    timeFrameFilter?: ReportTimeFrameFilter
    userFilter?: string