Back to Devexpress

ASPxPivotGrid.GetOLAPKPIValue(String) Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-dot-getolapkpivalue-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

ASPxPivotGrid.GetOLAPKPIValue(String) Method

Returns the specified KPI’s value.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

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, trend and weight. To obtain a list of KPI names provided by the OLAP cube, use the ASPxPivotGrid.GetOLAPKPIList method.

See Also

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace