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

PivotOLAPKPIMeasures.WeightMeasure Property

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public string WeightMeasure { get; }

Property Value

Type Description
String

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

Remarks

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

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

See Also