GridHeaderUtils.GetAllHeadersWithSameGroupId Method
Returns a list of all headers in a tree that have the specified group identifier.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GetAllHeadersWithSameGroupId ( _
header As GridHeaderItem, _
groupId As Integer _
) As IEnumerable(Of GridHeaderItem)
'Usage
Dim header As GridHeaderItem
Dim groupId As Integer
Dim returnValue As IEnumerable(Of GridHeaderItem)
returnValue = GridHeaderUtils.GetAllHeadersWithSameGroupId(header, _
groupId)
public static IEnumerable<GridHeaderItem> GetAllHeadersWithSameGroupId(
GridHeaderItem header,
int groupId
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe root header of the tree.
groupId
Type: System.Int32The identifier of the group.
Return Value
Type: System.Collections.Generic.IEnumerable<GridHeaderItem>
A list of headers that have the same group identifier.