GridHeaderUtils.GetTabularHeaders Method (Microsoft.PerformancePoint.Scorecards)

Gets a list of the layers of this tree.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function GetTabularHeaders ( _
    header As GridHeaderItem _
) As List(Of List(Of GridHeaderItem))
'Usage
Dim header As GridHeaderItem
Dim returnValue As List(Of List(Of GridHeaderItem))

returnValue = GridHeaderUtils.GetTabularHeaders(header)
public static List<List<GridHeaderItem>> GetTabularHeaders (
    GridHeaderItem header
)

Parameters

  • header
    The root header item to start from.

Return Value

The layers of the tree.

Exceptions

Exception type Condition

NullReferenceException

Thrown when rootHeaderItem is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace