GridTargetSettings.ShowActualAsTarget Property
Gets or sets a Boolean value that indicates whether to show actual values instead of target values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ShowActualAsTarget As Boolean
Get
Set
'Usage
Dim instance As GridTargetSettings
Dim value As Boolean
value = instance.ShowActualAsTarget
instance.ShowActualAsTarget = value
public bool ShowActualAsTarget { get; set; }
Property Value
Type: System.Boolean
true to show the actual value instead of the target value for targets; otherwise false.