TcxPivotGridField.UniqueName Property
In OLAP mode, specifies the full name of a cube element that is bound to the current field.
Declaration
property UniqueName: string read;
Property Value
Type |
---|
string |
Remarks
To display a field in a pivot grid in OLAP mode, you need to bind the field to a corresponding element (measure, dimension, named set, KPI, or hierarchy member) in a linked cube. To accomplish this at design time, you can type the exact name of a cube element or select one from the Field Chooser window. To invoke this window, click the ellipsis button next to the UniqueName property name in the Object Inspector.
The ellipsis button is visible only when a pivot grid is linked to an active TcxPivotGridOLAPDataSource component.
Note
The UniqueName property is in effect only in OLAP mode.
Important
We recommend that you create fields for hierarchy elements in the order they appear in a hierarchy. So, the field for an element at the most summarized level should be created first. To properly display these fields, group them into field groups.