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