GridCell.ActualValue Property
Gets or sets the value of the key performance indicator (KPI) actual that corresponds to this cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ActualValue As Decimal
Get
Set
'Usage
Dim instance As GridCell
Dim value As Decimal
value = instance.ActualValue
instance.ActualValue = value
public decimal ActualValue { get; set; }
Property Value
Type: System.Decimal
The value of the KPI actual that corresponds to this cell.
Remarks
This property is used for target value rollup calculations. If the cell contains a target, ActualValue must be the same as the value of the corresponding KPI actual.