Skip to main content

TcxPivotGridOLAPFieldSortMode Enum

Enumerates sort options for values displayed by a dimension field in OLAP mode.

Declaration

TcxPivotGridOLAPFieldSortMode = (
    osmValue,
    osmDisplayText,
    osmKey,
    osmID,
    osmNone
);

Members

Name
osmValue
osmDisplayText
osmKey
osmID
osmNone

Remarks

Values include:

Value Meaning
osmValue Values are sorted by the order of magnitude.
osmDisplayText Values are sorted by their string representations generated by the server.
osmKey Values are sorted by key attributes.
osmID Values are sorted by a level member’s ID.
osmNone Sorting is disabled. Values are not sorted and are displayed in the order specified by the OLAP data source. Changes to the field SortOrder property are ignored. The sort glyph is not shown in the field header, so end-users cannot change the field sort order by clicking the header.
See Also