Share via


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.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace