PivotOLAPKPIValue Class
Represents values of a KPI.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Related API Members
The following members return PivotOLAPKPIValue objects:
Library | Related API Members |
---|---|
WinForms Controls | PivotGridControl.GetOLAPKPIValue(String) |
ASP.NET Web Forms Controls | ASPxPivotGrid.GetOLAPKPIValue(String) |
Remarks
A typical KPI consists of the actual value achieved, the goal, status, trend and weight values. These values are stored into the PivotOLAPKPIValue.Value, PivotOLAPKPIValue.Goal, PivotOLAPKPIValue.Status, PivotOLAPKPIValue.Trend and PivotOLAPKPIValue.Weight properties, respectively.
The PivotOLAPKPIValue
class objects are returned by the pivot grid’s GetOLAPKPIValue method.
Inheritance
Object
PivotOLAPKPIValue
See Also