Share via


GridHeaderItem.GetPath Method (Microsoft.PerformancePoint.Scorecards)

Gets the path to a header in the header tree.

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

Syntax

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

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

Remarks

The path is ordered from the root node to the leaf node.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace