Share via


GridHeaderUtils.AssignGroupIdToHeader method

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

  • isDynamicExpansionEnabled
    Type: System.Boolean

    true if the header is a column header; otherwise false.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace