GridHeaderUtils.TupleFromHeaderItems Method (Microsoft.PerformancePoint.Scorecards)

Gets the tuple from a list of headers.

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

Syntax

'Declaration
Public Shared Function TupleFromHeaderItems ( _
    path As List(Of GridHeaderItem) _
) As Tuple
'Usage
Dim path As List(Of GridHeaderItem)
Dim returnValue As Tuple

returnValue = GridHeaderUtils.TupleFromHeaderItems(path)
public static Tuple TupleFromHeaderItems (
    List<GridHeaderItem> path
)

Parameters

  • path
    A list of headers or path.

Return Value

A tuple of the members in the path.

Exceptions

Exception type Condition

NullReferenceException

Thrown when path is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace