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

ASPxPivotGrid.GetOLAPKPIValue(String) Method

Returns the specified KPI’s value.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotOLAPKPIValue GetOLAPKPIValue(
    string kpiName
)

Parameters

Name Type Description
kpiName String

A string value that specifies the KPI’s name.

Returns

Type Description
PivotOLAPKPIValue

A PivotOLAPKPIValue object that represents the specified KPI’s value.

Remarks

An object, returned by the GetOLAPKPIValue method, allows you to obtain the specified KPI’s target value (Goal), actual value (Value), status, trend and weight. To obtain a list of KPI names provided by the OLAP cube, use the ASPxPivotGrid.GetOLAPKPIList method.

See Also