Share via


GridHeaderItem.GetMeasurePath Method

Returns the path of ancestor headers for this header.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

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

Return Value

Type: System.Collections.Generic.List<GridHeaderItem>
The path of ancestor headers for this header.

Remarks

Only headers of type Member are included in the path.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace