Skip to main content
A newer version of this page is available. .

PivotGridControl.GetOLAPKPIList() Method

Gets the list of key performance indicators (KPI) in a cube.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public List<string> GetOLAPKPIList()

Returns

Type Description
List<String>

The list of KPI names.

Remarks


dataField.FieldName = pivotGridControl1.GetOLAPKPIMeasures("KPIName").ValueMeasure;

To learn more, see Key Performance Indicators (KPIs).

See Also