Share via


GridScoreSettings.ShowValue Property

Gets or sets a Boolean value that indicates whether to show the score in the target column.

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 GridScoreSettings
Dim value As Boolean

value = instance.ShowValue

instance.ShowValue = value
public bool ShowValue { get; set; }

Property Value

Type: System.Boolean
true to show the score in the target column; otherwise false.

See Also

Reference

GridScoreSettings Class

GridScoreSettings Members

Microsoft.PerformancePoint.Scorecards Namespace