TRVCrossTab.Levels

<< Click to display table of contents >>

TRVCrossTab.Levels

Collection of levels of cross-tab columns.

property Levels: TRVCrossTabLevelsdefault;

This is a collection of TRVCrossTabLevel items.

A cross tabulation is defined, if this collection has at least one item.

Levels[0] corresponds to ReportTable.Cells[FirstRow, Column].

Levels[1] corresponds to ReportTable.Cells[FirstRow + 1, Column].

Levels[2] corresponds to ReportTable.Cells[FirstRow + 2, Column].

and so on.