Share via


GridHeaderItem.IsAnyAscendantANamedSet method

Indicates whether any of the ascendant headers is a named set expression.

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

Syntax

'Declaration
Public Function IsAnyAscendantANamedSet As Boolean
'Usage
Dim instance As GridHeaderItem
Dim returnValue As Boolean

returnValue = instance.IsAnyAscendantANamedSet()
public bool IsAnyAscendantANamedSet()

Return value

Type: System.Boolean
true if any of the ascendant headers is a named set expression; otherwise false.

See also

Reference

GridHeaderItem class

GridHeaderItem members

Microsoft.PerformancePoint.Scorecards namespace