TRVReportTableCellData.VisualizerId

<< Click to display table of contents >>

TRVReportTableCellData.VisualizerId

This property allows linking this cell with a value visualizer.

property VisualizerId: TRVValueVisualizerId;

This property allows referring to the item in the report table's BackgroundVisualizers collection (or -1, if this cell is not linked to a background visualizer).

When TRVReportGenerator generates a report, it calculates a value of this item's ValueString for this cell and assigns it to Value.

After applying table's RowGenerationRules and CrossTabulation, multiple cells may be produced from this cell. All these cells will be linked to the specified visualizer.

In a report template (before a report generation) several cells may be linked to the same visualizer. In this case, for all cells produced from these cells, data will be visualized using the same minimal and maximal values, and the same visualizer size.

A direct assignment to this property cannot be undone by the user. Use Table.SetCellVisualizer to assign a new value to this property as an editing operation.

Default value:

-1

See also

Definitions of Report Workshop terms