GridHeaderItem.GetPath Method
Returns 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()
Return Value
Type: System.Collections.Generic.List<GridHeaderItem>
The path to a header in the header tree.
Remarks
The path is ordered from the root node to the leaf node.