GridHeaderUtils.IsAnyAscendantHidden - Méthode

Indique si les ascendant est masqué.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Shared Function IsAnyAscendantHidden ( _
    header As GridHeaderItem _
) As Boolean
'Utilisation
Dim header As GridHeaderItem
Dim returnValue As Boolean

returnValue = GridHeaderUtils.IsAnyAscendantHidden(header)
public static bool IsAnyAscendantHidden(
    GridHeaderItem header
)

Paramètres

Valeur renvoyée

Type : System.Boolean
true si tout ascendant est masqué ; dans le cas contraire false.

Exceptions

Exception Condition
NullReferenceException

Levée lorsque header est null.

Voir aussi

Référence

GridHeaderUtils classe

GridHeaderUtils - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms