GridTargetSettings.ShowScore Property (Microsoft.PerformancePoint.Scorecards)
If true, the score is shown for targets in this column.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property ShowScore As Boolean
'Usage
Dim instance As GridTargetSettings
Dim value As Boolean
value = instance.ShowScore
instance.ShowScore = value
[XmlAttributeAttribute]
public bool ShowScore { get; set; }
See Also
Reference
GridTargetSettings Class
GridTargetSettings Members
Microsoft.PerformancePoint.Scorecards Namespace