GridHeaderUtils.GetSpanAdjustedTabularHeaders Method (Microsoft.PerformancePoint.Scorecards)

Gets a list of the layers of this tree with column/row span adjusted.

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

Syntax

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

returnValue = GridHeaderUtils.GetSpanAdjustedTabularHeaders(header)
public static List<List<GridHeaderItem>> GetSpanAdjustedTabularHeaders (
    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 header is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace