PivotOLAPKPIValue(Object, Object, Int32, Int32, Double) Constructor
Initializes a new instance of the PivotOLAPKPIValue class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotOLAPKPIValue(
object value,
object goal,
int status,
int trend,
double weight
)
#Parameters
Name | Type | Description |
---|---|---|
value | Object | The KPI’s actually achieved value. This value is assigned to the Pivot |
goal | Object | The KPI’s goal value. This value is assigned to the Pivot |
status | Int32 | An integer value (1, 0 or -1) that specifies the KPI’s status. This value is assigned to the Pivot |
trend | Int32 | An integer value (1, 0 or -1) that specifies the KPI’s trend. This value is assigned to the Pivot |
weight | Double | A Double value that specifies the KPI’s weight. This value is assigned to the Pivot |
#Remarks
Instances of the PivotOLAPKPIValue class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.