<< Click to display table of contents >> TRVCrossTabLevel.CaseSensitive |
Specifies how text strings are compared.
property CaseSensitive: Boolean;
1.This property is used when generating columns for this cross-tab level, if the cross-tab field contains text values:
•if TRVReportTableItemInfo.CrossTabulation.ColumnGenerationType = rvcgtDataQuerySeparate or rvcgtDataQueryCascade, this property is used when building a list of values for cross-tab columns and removing duplicates from this list (data are generated by DataQuery, values are taken from DataQueryFieldName or FieldName field)
•if TRVReportTableItemInfo.CrossTabulation.ColumnGenerationType = rvcgtAutoSeparate or rvcgtAutoGroup, this property is used when building a list of values for cross-tab columns, sorting and removing duplicates from this list (data are generated by TRVReportTableItemInfo.RowGenerationRules[0].DataQuery, values are taken from FieldName field)
2.if SortType = rvrstCaptionsAscending or rvrstCaptionsDescending, and TRVReportTableItemInfo.CrossTabulation.ColumnGenerationType = rvcgtAutoSeparate or rvcgtAutoGroup, this property is used when sorting columns (captions are taken from CaptionFieldName field)
Default value
False