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

PivotOLAPKPIValue.Value Property

Gets the KPI’s actually achieved value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.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