Share via


ConfiguredView.AllowDynamicRowMemberExpansion property

Gets or sets a Boolean value that indicates whether row 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 AllowDynamicRowMemberExpansion As Boolean
    Get
    Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean

value = instance.AllowDynamicRowMemberExpansion

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

Property value

Type: System.Boolean
true if row members in a scorecard are allowed to dynamically expand or collapse; otherwise false.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace