Skip to main content

PivotOLAPKPIValue Class

Represents values of a KPI.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public class PivotOLAPKPIValue

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