Skip to main content

PivotGridControl.GetOLAPKPIList() Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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