TRVReportTableCellData.ColorValue

<< Click to display table of contents >>

TRVReportTableCellData.ColorValue

This property contains a value used for the cell's background color changer.

property ColorValue: Variant;

When TRVReportGenerator generates a report, it calculates values of table.BackgroundColorChangers.FindItemById(ColorChangerId).ValueString for all cells produced from this cell, and assigns results to their ColorValue properties.

After that, these cells' background colors and/or opacities are changed according to these values.

Unlike Value, ColorValue is not stored in RVF (it's not necessary, because color and opacity of cells are stored). So this property is used to store a value temporarily.

See also

Definitions of Report Workshop terms