Skip to main content

PivotGridControl.GetOlapKpiList() Method

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.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