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.