|
<< Click to display table of contents >> TRVReportChartCatalogCollection |
TRVReportChartCatalogCollection is a collection of items, each of which defines a chart template.
When a chart item is added to a report, it is linked to one of the items in this collection (via the item's Name property). During report generation, chart images are created based on the selected template.
Unit [VCL/FMX] RVReportChart / fmxRVReportChart;
Syntax
TRVReportChartCatalogCollection = class (TOwnedCollection)
TObject TPersistent TCollection TOwnedCollection |
This is a class of TRVReportCustomChartCatalog.Catalog property.
This class is not used directly; instead, collections derived from it are used.
Classes of items of derived collections are inherited from TRVReportCustomChartCatalogItem.