ASPxPivotGrid.GetOLAPKPIValue(String) Method
Returns the specified KPI’s value.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotOLAPKPIValue GetOLAPKPIValue(
string kpiName
)
#Parameters
Name | Type | Description |
---|---|---|
kpi |
String | A string value that specifies the KPI’s name. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#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.