PivotGridControl.GetOLAPKPIList() Method
Gets the list of key performance indicators (KPI) in a cube.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v22.1.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