PivotOlapKpiMeasures.StatusMeasure Property
Gets the name of the measure that stores the KPI’s status values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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