TRVReportTableCellData

Properties

<< Click to display table of contents >>

TRVReportTableCellData

Properties

TRVReportTableCellData is a class of cell of a report table (TRVReportTableItemInfo).

Unit RVReportTable;

Syntax

TRVReportTableCellData = class (TRVTableCellData)

hmtoggle_arrow1Hierarchy

Description

In addition to the standard TRichView table cell properties, this class introduces DataQuery and Name. If DataQuery is specified, the content of this cell is repeated for each record returned by the execution of this query. Name allows to refer this cell from data fields.

Also, this cell may be linked to a color changer (ColorChangerId) or a value visualizer (VisualizerId). They allow changing a background color and displaying a diagram according to the value calculated for this cell.

Cells are accessible using TRVReportTableItemInfo.ReportCells property.