다음을 통해 공유


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