Share via


GridCell.ActualValue Property (Microsoft.PerformancePoint.Scorecards)

The value of this cell's actual (if it is an actual or target value).

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property ActualValue As Decimal
'Usage
Dim instance As GridCell
Dim value As Decimal

value = instance.ActualValue

instance.ActualValue = value
[XmlAttributeAttribute] 
public decimal ActualValue { get; set; }

Remarks

This is the value of the actual that this cell corresponds to. It is used for target value rollups.

See Also

Reference

GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace