Skip to main content

PivotGridControl.GetOlapKpiValue(String) Method

Returns the specified KPI’s value.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

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 and weight.

To learn more, see Key Performance Indicators (KPIs).

See Also