Back to Devexpress

ASPxPivotGrid.GetOLAPKPIMeasures(String) Method

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

latest1.9 KB
Original Source

ASPxPivotGrid.GetOLAPKPIMeasures(String) Method

Returns measures used to calculate the value, goal, status, trend and weight that represent the values of the specified Key Performance Indicator (KPI).

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public PivotOLAPKPIMeasures GetOLAPKPIMeasures(
    string kpiName
)
vb
Public Function GetOLAPKPIMeasures(
    kpiName As String
) As PivotOLAPKPIMeasures

Parameters

NameTypeDescription
kpiNameString

A string value that specifies the KPI’s name.

|

Returns

TypeDescription
PivotOLAPKPIMeasures

A PivotOLAPKPIMeasures object that contains measures used to determine the KPI’s value.

|

Remarks

To obtain a list of KPI names provided by the OLAP cube, use the ASPxPivotGrid.GetOLAPKPIList method. To get the actual KPI values, use ASPxPivotGrid.GetOLAPKPIValue method.

See Also

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace