Skip to main content

ASPxPivotGrid.GetOLAPKPIMeasures(String) Method

Returns measures used to calculate the value, goal, status, trend and weight that represent the values of the specified Key Performance Indicator (KPI).

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotOLAPKPIMeasures GetOLAPKPIMeasures(
    string kpiName
)

Parameters

Name Type Description
kpiName String

A string value that specifies the KPI’s name.

Returns

Type Description
PivotOLAPKPIMeasures

A PivotOLAPKPIMeasures object that contains measures used to determine the KPI’s value.

Remarks

To obtain a list of KPI names provided by the OLAP cube, use the ASPxPivotGrid.GetOLAPKPIList method. To get the actual KPI values, use ASPxPivotGrid.GetOLAPKPIValue method.

See Also