GridHeaderUtils.GetTabularHeaders Method
Returns 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
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe root header to start from.
Return Value
Type: System.Collections.Generic.List<List<GridHeaderItem>>
The layers of the tree.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when rootHeaderItem is null. |