ResultMember.DrilledDown Property

Gets a Boolean value that indicates whether the member is in a drilled-down state.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property DrilledDown As Boolean
    Get
'Usage
Dim instance As ResultMember
Dim value As Boolean

value = instance.DrilledDown
public abstract bool DrilledDown { get; }

Property Value

Type: System.Boolean
A Boolean value that indicates whether the member is in a drilled-down state.

See Also

Reference

ResultMember Class

ResultMember Members

Microsoft.PerformancePoint.Scorecards.ResultSet Namespace