Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Recursively sets the GroupId property for the specified headers.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Sub AssignGroupIdToHeader ( _
header As GridHeaderItem, _
groupId As Integer, _
isDynamicExpansionEnabled As Boolean _
)
'Usage
Dim header As GridHeaderItem
Dim groupId As Integer
Dim isDynamicExpansionEnabled As BooleanGridHeaderUtils.AssignGroupIdToHeader(header, _
groupId, isDynamicExpansionEnabled)
public static void AssignGroupIdToHeader(
GridHeaderItem header,
int groupId,
bool isDynamicExpansionEnabled
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header tree to set.
groupId
Type: System.Int32The identifier of the group.
isDynamicExpansionEnabled
Type: System.Booleantrue if the header is a column header; otherwise false.