GridHeaderUtils.IsAnyAscendantHidden Method (Microsoft.PerformancePoint.Scorecards)

Checks to see if 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
    The grid header node.

Return Value

Returns true if any ascendant is hidden.

Exceptions

Exception type Condition

NullReferenceException

Thrown when header is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace