Back to Devexpress

PivotOLAPKPIValue Class

corelibraries-devexpress-dot-xtrapivotgrid-4326a362.md

latest2.1 KB
Original Source

PivotOLAPKPIValue Class

Represents values of a KPI.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public class PivotOLAPKPIValue
vb
Public Class PivotOLAPKPIValue

The following members return PivotOLAPKPIValue objects:

LibraryRelated API Members
WinForms ControlsPivotGridControl.GetOLAPKPIValue(String)
ASP.NET Web Forms ControlsASPxPivotGrid.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

PivotOLAPKPIValue Members

DevExpress.XtraPivotGrid Namespace