Type alias ReportChartComponent

ReportChartComponent: DescribeLayoutComponent & {
    cacheData: boolean;
    contextFilterableField: string;
    error: string;
    hideOnError: boolean;
    includeContext: boolean;
    showTitle: boolean;
    size: string;
}

Type declaration

  • cacheData: boolean
  • contextFilterableField: string
  • error: string
  • hideOnError: boolean
  • includeContext: boolean
  • showTitle: boolean
  • size: string