Share via


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.

See also

Reference

GridVarianceSettings class

GridVarianceSettings members

Microsoft.PerformancePoint.Scorecards namespace