Skip to main content

TcxPivotGridOLAPFieldType Enum

Enumerates field types available in OLAP mode.

Declaration

TcxPivotGridOLAPFieldType = (
    oftDimension,
    oftMeasure,
    oftKPI,
    oftSet
);

Members

Name
oftDimension
oftMeasure
oftKPI
oftSet

Remarks

Values include:

Value Meaning
oftDimension Dimension.
oftMeasure Measure.
oftKPI Key performance indicator.
oftSet Named set.
See Also