TcxPivotGridOLAPFieldType Enum
In This Article
Enumerates field types available in OLAP mode.
#Declaration
Delphi
TcxPivotGridOLAPFieldType = (
oftDimension,
oftMeasure,
oftKPI,
oftSet
);
#Members
Name |
---|
oft
|
oft
|
oft
|
oft
|
#Remarks
Values include:
Value | Meaning |
---|---|
oft |
Dimension. |
oft |
Measure. |
oft |
Key performance indicator. |
oft |
Named set. |
See Also