PivotGridControl.GetOLAPKPIList() Method
In This Article
Gets the list of key performance indicators (KPI) in a cube.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#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