global class ReportChartComponentLayoutItem {
|
global Boolean cacheData;
|
global String contextFilterableField;
|
global String error;
|
global Boolean hideOnError;
|
global Boolean includeContext;
|
global String reportName;
|
global Boolean showTitle;
|
global Metadata.ReportChartComponentSize size;
|
global ReportChartComponentLayoutItem() { }
|
global Object clone() { }
|
|
}
|