TRVCrossTabLevel

Properties

<< Click to display table of contents >>

TRVCrossTabLevel

Properties

TRVCrossTabLevel is an item in TRVCrossTabLevels collection.

Unit RVReportTable;

Syntax

TRVCrossTabLevel = class (TCollectionItem);

hmtoggle_arrow1Hierarchy

Description

TRVCrossTabLevel is a class of items in the collection TRVCrossTabLevels, available as TRVCrossTab.Levels property.

TRVCrossTabLevel defines a level of cross-tab report, i.e. how columns are generated at this level.

The column generation method is common for all items in this collection, it is defined in TRVReportTableItemInfo.CrossTabulation.ColumnGenerationType.

Different properties of TRVCrossTabLevel are used for different values of ColumnGenerationType.

ColumnGenerationType

Properties of TRVCrossTabLevel

rvcgtAutoSeparate,

rvcgtAutoGroup

FieldName

CaptionFieldName

SortType

CaseSensitive

rvcgtDataQuerySeparate,

rvcgtDataQueryCascade

DataQuery

FieldName

DataQueryFieldName

CaptionFieldName

CaseSensitive

rvcgtRange

MinValue, MaxValue, Step

ClearEmptySummaryCols affects summary columns started on the next cross-tab level.

MaxColCount allows restricting the count of columns at this level.