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
memberTree
Type: Microsoft.PerformancePoint.Scorecards.MemberNodeCollectionThe member tree to convert.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItem
A root header with the converted tree.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when memberTree is null. |