corelibraries-devexpress-dot-xtrapivotgrid-4326a362.md
Represents values of a KPI.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotOLAPKPIValue
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) |
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.
Object PivotOLAPKPIValue
See Also