Skip to main content

PivotOLAPKPIValue.Goal Property

Gets the KPI’s goal value.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public object Goal { get; }

Property Value

Type Description
Object

The KPI’s goal value.

Remarks

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

See Also