GridVarianceSettings.ShowValue Property
Gets or sets a Boolean value that indicates whether to display the variance value.
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 GridVarianceSettings
Dim value As Boolean
value = instance.ShowValue
instance.ShowValue = value
public bool ShowValue { get; set; }
Property Value
Type: System.Boolean
true to display the variance value; otherwise false.