PivotGridControl.GetOlapKpiValue(String) Method
Returns the specified KPI’s value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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 and weight.
To learn more, see Key Performance Indicators (KPIs).
See Also