<< Click to display table of contents >> TRVCrossTabLevel.MaxColCount |
A maximal possible count of columns generated for this cross-tab level (in each group).
property MaxColCount: Integer;
If the report generator generates more than MaxColCount columns in a group for this level, rvrgeCrossTabTooManyColumns error occurs, and the first MaxColCount columns are used.
Note 1: summary columns are ignored, only data columns are counted;
Note 2: strictly speaking, not columns, but a number of column repetitions is counted (the actual number of generated columns = number of repetitions * count of data columns in the table template for this level)
Note 3 a top level has a single group of columns; a lower level has as many groups of columns as many column repetitions are on its parent level
Default value:
100
See also: