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
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 PivotOLAPKPIValue.Value property. |
goal | Object | The KPI’s goal value. This value is assigned to the PivotOLAPKPIValue.Goal property. |
status | Int32 | An integer value (1, 0 or -1) that specifies the KPI’s status. This value is assigned to the PivotOLAPKPIValue.Status property. |
trend | Int32 | An integer value (1, 0 or -1) that specifies the KPI’s trend. This value is assigned to the PivotOLAPKPIValue.Trend property. |
weight | Double | A Double value that specifies the KPI’s weight. This value is assigned to the PivotOLAPKPIValue.Weight property. |
Remarks
Instances of the PivotOLAPKPIValue class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.