ConfiguredView.HideScorecard Property (Microsoft.PerformancePoint.Scorecards)

Indicates whether to show scorecard data in the dashboard.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Overridable Property HideScorecard As Boolean
'Usage
Dim instance As ConfiguredView
Dim value As Boolean

value = instance.HideScorecard

instance.HideScorecard = value
[XmlAttributeAttribute] 
public virtual bool HideScorecard { get; set; }

Remarks

When true, the scorecard data is not shown in a deployed dashboard. Viewers see only the title of the scorecard (but no visible data) or an empty area where the scorecard would have appeared.

See Also

Reference

ConfiguredView Class
ConfiguredView Members
Microsoft.PerformancePoint.Scorecards Namespace