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

PivotOLAPKPIMeasures.StatusMeasure Property

Gets the name of the measure that stores the KPI’s status values.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public string StatusMeasure { get; }

Property Value

Type Description
String

A String that specifies the name of the measure that stores the KPI’s status values.

Remarks

To obtain the names of the measures that store the KPI’s actually achieved, goal, trend and weight values, use the PivotOLAPKPIMeasures.ValueMeasure, PivotOLAPKPIMeasures.GoalMeasure, PivotOLAPKPIMeasures.TrendMeasure and PivotOLAPKPIMeasures.WeightMeasure properties, respectively.

The name of the KPI is specified by the PivotOLAPKPIMeasures.KPIName property.

See Also