TRVReportTableItemInfo.BackgroundVisualizers

<< Click to display table of contents >>

TRVReportTableItemInfo.BackgroundVisualizers

A collection containing value visualizers for table cells.

property BackgroundVisualizers: TRVReportValueVisualizers;

If a report cell is linked to a visualizer, this visualizer displays a value associated with this cell on this cell's background.

There are many different value visualizers available, so classes of items in this collection are different. They are inherited from TRVReportCustomValueVisualizer.

This collection is a public, not a published property. However, it is stored together with its report table in RVF, like other collection properties introduced in TRVReportTableItemInfo (we had to implement a special saving because items of this collection have different classes).

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

See also

Definitions of Report Workshop terms