GridHeaderUtils.CopyTreeBToLeavesOfTreeA Method (Microsoft.PerformancePoint.Scorecards)

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

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

Syntax

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

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

Parameters

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

Exceptions

Exception type Condition

NullReferenceException

Thrown when either headerA or headerB are null.

See Also

Reference

GridHeaderUtils Class
GridHeaderUtils Members
Microsoft.PerformancePoint.Scorecards Namespace