Back to Devexpress

TcxPivotGridOLAPFieldType Enum

vcl-cxcustompivotgrid-d8c5579f.md

latest712 B
Original Source

TcxPivotGridOLAPFieldType Enum

Enumerates field types available in OLAP mode.

Declaration

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

Members

Name
oftDimension
oftMeasure
oftKPI
oftSet

Remarks

Values include:

ValueMeaning
oftDimensionDimension.
oftMeasureMeasure.
oftKPIKey performance indicator.
oftSetNamed set.

See Also

TcxPivotGridOLAPField.FieldType

cxCustomPivotGrid Unit