Skip to main content

PivotOlapKpiValue.Value Property

Gets the KPI's actually achieved value.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public object Value { get; }

#Property Value

Type Description
Object

The KPI's actually achieved value.

#Remarks

To obtain the KPI's goal, status, trend and weight values, use the PivotOlapKpiValue.Goal, PivotOlapKpiValue.Status, PivotOlapKpiValue.Trend and PivotOlapKpiValue.Weight properties, respectively.

See Also