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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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