Share via


ConfiguredView.AllowRowDrill property

Gets or sets a Boolean value that indicates whether drilldown is allowed for members in rows.

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

Syntax

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

value = instance.AllowRowDrill

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

Property value

Type: System.Boolean
true if drilldown is allowed for members in rows; otherwise false.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace