ConnectionData.ActualValue Property
Gets or sets the formatted actual value text that is associated with the selected cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ActualValue As String
Get
Set
'Usage
Dim instance As ConnectionData
Dim value As String
value = instance.ActualValue
instance.ActualValue = value
public string ActualValue { get; set; }
Property Value
Type: System.String
The formatted actual value text that is associated with the selected cell.