GridHeaderUtils.IsAnyAscendantHidden Method
Indicates whether any ascendant is hidden.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function IsAnyAscendantHidden ( _
header As GridHeaderItem _
) As Boolean
'Usage
Dim header As GridHeaderItem
Dim returnValue As Boolean
returnValue = GridHeaderUtils.IsAnyAscendantHidden(header)
public static bool IsAnyAscendantHidden(
GridHeaderItem header
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header node.
Return Value
Type: System.Boolean
true if any ascendant is hidden; otherwise false.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when header is null. |