Back to Devexpress

ASPxPivotGrid.GetOLAPKPIList() Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-752f0e9a.md

latest1.5 KB
Original Source

ASPxPivotGrid.GetOLAPKPIList() Method

Gets names of available KPI in a cube.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public List<string> GetOLAPKPIList()
vb
Public Function GetOLAPKPIList As List(Of String)

Returns

TypeDescription
List<String>

The list of KPI names.

|

Remarks

To obtain measures used to calculate the value, goal, status, trend and weight that represent the values of the specified KPI, use the ASPxPivotGrid.GetOLAPKPIMeasures method. The actual KPI values can be obtained using the ASPxPivotGrid.GetOLAPKPIValue method.

See Also

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace