PivotOLAPKPIMeasures(String, String, String, String, String, String, String) Constructor
Initializes a new instance of the PivotOLAPKPIMeasures class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
public PivotOLAPKPIMeasures(
string kpiName,
string caption,
string value,
string goal,
string status,
string trend,
string weight
)
Parameters
Name | Type | Description |
---|---|---|
kpiName | String | A String that specifies the name of the KPI. |
caption | String | A String value that is the caption of the KPI. |
value | String | A String that specifies the name of the measure that stores the KPI’s actually achieved values. |
goal | String | A String that specifies the name of the measure that stores the KPI’s goal values. |
status | String | A String that specifies the name of the measure that stores the KPI’s status values. |
trend | String | A String that specifies the name of the measure that stores the KPI’s trend values. |
weight | String | A String that specifies the name of the measure that stores the KPI’s weight values. |
Remarks
Instances of the PivotOLAPKPIMeasures class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.