ComponentOne True DataControl 8.0
XTabRowKey Property (TDataLite)

 

XTabRowKey Property (TDataLite)

For crosstab mode, comma-delimited list of primary key fields defining crosstab rows.

Syntax

TData.XTabRowKey = string

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 specifies row key fields, the semicolon-separated list of fields defining cross tab rows. Different records with the same row key values (they can differ by their column key values) belong to the same crosstab row. For example, if TData1.XTabRowKey = “CustomerID“, each customer is displayed in a different row, but multiple records differing only by their Month (column key) value are displayed in the same customer row. There can be multiple row key fields, for example, TData1.XTabRowKey = “DepartmentID;CustomerID”

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

See Also

TDataLite Control

 

 


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

Product Support Forum  |  Documentation Feedback