GridHeaderItem.IsDrillEnabled Property
Gets or sets a Boolean value that indicates whether drill operations are enabled for this header node.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsDrillEnabled As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.IsDrillEnabled
instance.IsDrillEnabled = value
public bool IsDrillEnabled { get; set; }
Property Value
Type: System.Boolean
true if drill operations are enabled for this header node; otherwise false.
Remarks
This property is used only if the HeaderType property returns the Member field.