TcxPivotGridOLAPFieldSortMode Enum
In This Article
Enumerates sort options for values displayed by a dimension field in OLAP mode.
#Declaration
Delphi
TcxPivotGridOLAPFieldSortMode = (
osmValue,
osmDisplayText,
osmKey,
osmID,
osmNone
);
#Members
Name |
---|
osm
|
osm
|
osm
|
osm
|
osm
|
#Remarks
Values include:
Value | Meaning |
---|---|
osm |
Values are sorted by the order of magnitude. |
osm |
Values are sorted by their string representations generated by the server. |
osm |
Values are sorted by key attributes. |
osm |
Values are sorted by a level member’s ID. |
osm |
Sorting is disabled. Values are not sorted and are displayed in the order specified by the OLAP data source. Changes to the field Sort |
See Also