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

PivotOLAPKPIMeasures.ValueMeasure Property

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public string ValueMeasure { get; }

Property Value

Type Description
String

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

Remarks

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

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

See Also