Share via


ConfiguredView.HideScorecard property

Gets or sets a Boolean value that indicates whether to hide scorecard data in the dashboard.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Property HideScorecard As Boolean
    Get
    Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean

value = instance.HideScorecard

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

Property value

Type: System.Boolean
true when the scorecard data is not shown in a dashboard; otherwise false.

Remarks

If true, 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