The following are properties for ReportChartComponentLayoutItem.
cacheData
Indicates whether to use cached data when displaying the chart. When the attribute is set to true, data is cached for 24 hours. When the attribute is set to false, the report is run every time the page is refreshed.
contextFilterableField
Unique development name of the field by which a report chart is filtered to return data relevant to the page. If set, the ID field for the parent object of the page or report type is the chart data filter. The parent object for the report type and the page must match for a chart to return relevant data.
error
Error string that is populated only when an error occurs in the underlying report.
hideOnError
Controls whether users see a chart that has an error. When an error occurs and this attribute is not set, the chart doesn’t show any data except the error. Set the attribute to true to hide the chart from a page on error.
includeContext
If true, filters the report chart to return data that’s relevant to the page.
reportName
Unique development name of a report that includes a chart.
showTitle
If true, applies the title from the report to the chart.
size
Size of the displayed chart. The default is medium.
cacheData
Indicates whether to use cached data when displaying the chart. When
the attribute is set to true, data is cached for 24 hours. When the attribute is set to false,
the report is run every time the page is refreshed.
Unique development name of the field by which a report chart is
filtered to return data relevant to the page. If set, the ID field for the parent object of
the page or report type is the chart data filter. The parent object for the report type and
the page must match for a chart to return relevant data.
Controls whether users see a chart that has an error. When an error
occurs and this attribute is not set, the chart doesn’t show any data except the error. Set
the attribute to true to hide the chart from a page on error.