Share via


GridHeaderUtils.GridHeaderTreeFromMemberTree method

Creates a header from a member tree.

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

Syntax

'Declaration
Public Shared Function GridHeaderTreeFromMemberTree ( _
    memberTree As MemberNodeCollection _
) As GridHeaderItem
'Usage
Dim memberTree As MemberNodeCollection
Dim returnValue As GridHeaderItem

returnValue = GridHeaderUtils.GridHeaderTreeFromMemberTree(memberTree)
public static GridHeaderItem GridHeaderTreeFromMemberTree(
    MemberNodeCollection memberTree
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItem
A root header with the converted tree.

Exceptions

Exception Condition
NullReferenceException

Thrown when memberTree is null.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace