GridHeaderUtils.AddCopyOfParentAsFirstChild Method
Adds a copy of the parent as a first child to enable a rotated L-shaped column header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Sub AddCopyOfParentAsFirstChild ( _
header As GridHeaderItem _
)
'Usage
Dim header As GridHeaderItemGridHeaderUtils.AddCopyOfParentAsFirstChild(header)
public static void AddCopyOfParentAsFirstChild(
GridHeaderItem header
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header to rotate.