Skip to main content
A newer version of this page is available. .

PivotOLAPKPIMeasures Class

Contains the names of the OLAP measures that represent values of a particular KPI.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

public class PivotOLAPKPIMeasures

The following members return PivotOLAPKPIMeasures objects:

Library Related API Members
WinForms Controls PivotGridControl.GetOLAPKPIMeasures(String)
ASP.NET Controls and MVC Extensions ASPxPivotGrid.GetOLAPKPIMeasures(String)

Remarks

A typical KPI consists of the actual value achieved, the goal, status, trend and weight values. In the OLAP cube, a KPI’s value is represented by a measure to which a pivot grid’s field should be bound, to display the KPI value.

A PivotOLAPKPIMeasures class object contains the names of the OLAP measures that represent values of a particular KPI, whose name is specified by the PivotOLAPKPIMeasures.KPIName property. To obtain the names of the measures, use the PivotOLAPKPIMeasures.ValueMeasure, PivotOLAPKPIMeasures.GoalMeasure, PivotOLAPKPIMeasures.StatusMeasure, PivotOLAPKPIMeasures.TrendMeasure and PivotOLAPKPIMeasures.WeightMeasure properties.

The PivotOLAPKPIMeasures class objects are returned by the pivot grid’s GetOLAPKPIMeasures method.

Inheritance

Object
PivotOLAPKPIMeasures
See Also