GridHeaderUtils.GridHeaderTreeFromMemberTree Method (Microsoft.PerformancePoint.Scorecards)

Creates a grid header item 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

  • memberTree
    The member tree to convert.

Return Value

A root grid header item with the converted tree.

Exceptions

Exception type Condition

NullReferenceException

Thrown when memberTree is null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace