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

    Interface ReportChartComponentLayoutItem

    interface ReportChartComponentLayoutItem {
        cacheData?: boolean;
        contextFilterableField?: string;
        error?: string;
        hideOnError?: boolean;
        includeContext?: boolean;
        reportName: string;
        showTitle?: boolean;
        size?: ReportChartComponentSize;
    }
    Index

    Properties

    cacheData?: boolean
    contextFilterableField?: string
    error?: string
    hideOnError?: boolean
    includeContext?: boolean
    reportName: string
    showTitle?: boolean