InterColumnSortOrder Property
Overloads
InterColumnSortOrder |
Defines the order of the dimension levels/columns in the TreeData object. Column numbers are separated by a comma. Example: [1,0,2] means that the first level in the tree structure is dimension 1, followed by dimension 0 and dimension 2. The default sort order is the order in which the dimensions and measures have been defined in the TreeDataDef. JSON property name: qInterColumnSortOrder |
InterColumnSortOrder
Defines the order of the dimension levels/columns in the TreeData object.
Column numbers are separated by a comma.
Example: [1,0,2] means that the first level in the tree structure is dimension 1, followed by dimension 0 and dimension 2.
The default sort order is the order in which the dimensions and measures have been defined in the TreeDataDef.
JSON property name: qInterColumnSortOrder
Declaration
IEnumerable<int> InterColumnSortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!