Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.GetOLAPKPIValue(String) Method

Returns the specified KPI’s value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.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