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