Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.GetOLAPKPIList() Method

Gets names of available KPI in a cube.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public List<string> GetOLAPKPIList()

Returns

Type Description
List<String>

The list of KPI names.

Remarks

To obtain measures used to calculate the value, goal, status, trend and weight that represent the values of the specified KPI, use the ASPxPivotGrid.GetOLAPKPIMeasures method. The actual KPI values can be obtained using the ASPxPivotGrid.GetOLAPKPIValue method.

See Also