ComponentOne True DataControl 8.0
XTabCollate Property (TDataLite)

 

XTabCollate Property (TDataLite)

For crosstab mode with multiple crosstab fields, if set to True, makes all columns for one field appear after all columns for another.

Syntax

TData.XTabCollate = boolean

Remarks

Read/Write at design time and at run time. Property applies to TDataLite control. Not available in TData control.

This property applies to crosstab mode. It only has effect when there are more than one crosstab columns. In that case, if XTabCollate = False (default), the crosstab columns generated by different fields are interspersed, that is, the corresponding columns are grouped by the column key value, every group containing all fields with that key value. If XTabCollate = True, the columns are grouped by the main field, that is, all columns generated by the first field appear first, then all columns generated by the second fields, and so on.

For more information, see Crosstab (matrix) data presentation.

See Also

TDataLite Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback