Skip to main content

PivotOLAPKPIValue.Status Property

Gets the KPI’s status value.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public int Status { get; }

Property Value

Type Description
Int32

An integer value (1, 0 or -1) that specifies the KPI’s status.

Remarks

To obtain the KPI’s actually achieved, goal, trend and weight values, use the PivotOLAPKPIValue.Value, PivotOLAPKPIValue.Goal, PivotOLAPKPIValue.Trend and PivotOLAPKPIValue.Weight properties, respectively.

See Also