Share via


GridHeaderItem.GetAllHeadersInTree Method (Microsoft.PerformancePoint.Scorecards)

Gets a depth-first list of all headers in the tree under an item.

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

Syntax

'Declaration
Public Function GetAllHeadersInTree As List(Of GridHeaderItem)
'Usage
Dim instance As GridHeaderItem
Dim returnValue As List(Of GridHeaderItem)

returnValue = instance.GetAllHeadersInTree
public List<GridHeaderItem> GetAllHeadersInTree ()

Return Value

A list of all headers.

Remarks

This header is not included in the list.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace