Back to Devexpress

PivotGridControl.GetOLAPKPIValue(String) Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-getolapkpivalue-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

PivotGridControl.GetOLAPKPIValue(String) Method

Returns the specified KPI’s value.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotOLAPKPIValue GetOLAPKPIValue(
    string kpiName
)
vb
Public Function GetOLAPKPIValue(
    kpiName As String
) As PivotOLAPKPIValue

Parameters

NameTypeDescription
kpiNameString

A string value that specifies the KPI’s name.

|

Returns

TypeDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace