Back to Devexpress

PivotGridControl.GetOLAPKPIList() Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-da045394.md

latest1.7 KB
Original Source

PivotGridControl.GetOLAPKPIList() Method

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public List<string> GetOLAPKPIList()
vb
Public Function GetOLAPKPIList As List(Of String)

Returns

TypeDescription
List<String>

The list of KPI names.

|

Remarks

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

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

See Also

GetOLAPKPIMeasures(String)

GetOLAPKPIValue(String)

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace