ConfiguredView.AllowDynamicColumnMemberExpansion Property
Gets or sets a Boolean value that indicates whether column members in a scorecard are allowed to dynamically expand or collapse.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property AllowDynamicColumnMemberExpansion As Boolean
Get
Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean
value = instance.AllowDynamicColumnMemberExpansion
instance.AllowDynamicColumnMemberExpansion = value
public virtual bool AllowDynamicColumnMemberExpansion { get; set; }
Property Value
Type: System.Boolean
true if column members in a scorecard are allowed to dynamically expand or collapse; otherwise false.