<< Click to display table of contents >> TRVCrossTabLevel.DataQueryFieldName |
A name of data field that can be used to generate cross-tab columns, if they are generated by special data queries.
property DataQueryFieldName: TRVUnicodeString;
This property is used only if TRVReportTableItemInfo.CrossTabulation.ColumnGenerationType = rvcgtDataQuerySeparate or rvcgtDataQueryCascade.
This field must be of one of the following types:
•rvrftText,
•rvrftInteger,
•rvrftFloat,
•rvrftBoolean,
•rvrftDateTime, rvrftDate, rvrftTime
If this property is empty, FieldName is used instead.
Default value:
'' (empty string)
See also