Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether any ascendant of the specified header is collapsed.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function IsHiddenByAncestorCollapseState ( _
header As GridHeaderItem, _
isDynamicExpEnabled As Boolean _
) As Boolean
'Usage
Dim header As GridHeaderItem
Dim isDynamicExpEnabled As Boolean
Dim returnValue As Boolean
returnValue = GridHeaderUtils.IsHiddenByAncestorCollapseState(header, _
isDynamicExpEnabled)
public static bool IsHiddenByAncestorCollapseState(
GridHeaderItem header,
bool isDynamicExpEnabled
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe specified header.
isDynamicExpEnabled
Type: System.BooleanIndicates whether dynamic expansion enabled for the scorecard.
Return Value
Type: System.Boolean
true if any ascendant is collapsed; otherwise false.