Share via


GridHeaderUtils.CopyTreeBUnderAllNodesOfTreeA Method (Microsoft.PerformancePoint.Scorecards)

Takes each of the children of headerB and makes a cross product with each of the child nodes of headerA.

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

Syntax

'Declaration
Public Shared Sub CopyTreeBUnderAllNodesOfTreeA ( _
    headerA As GridHeaderItem, _
    headerB As GridHeaderItem _
)
'Usage
Dim headerA As GridHeaderItem
Dim headerB As GridHeaderItem

GridHeaderUtils.CopyTreeBUnderAllNodesOfTreeA(headerA, headerB)
public static void CopyTreeBUnderAllNodesOfTreeA (
    GridHeaderItem headerA,
    GridHeaderItem headerB
)

Parameters

  • headerA
    The root header of the first tree.
  • headerB
    The root header of the second tree.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace