ASPxPivotGrid.GetOLAPKPIList() Method
Gets names of available KPI in a cube.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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