ConfiguredView.AllowShowDetails Property
Gets or sets a Boolean value that indicates whether the Show Details menu option is displayed in the scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property AllowShowDetails As Boolean
Get
Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean
value = instance.AllowShowDetails
instance.AllowShowDetails = value
public virtual bool AllowShowDetails { get; set; }
Property Value
Type: System.Boolean
true if the Allow show details feature is enabled for the scorecard; otherwise false.