GridHeaderUtils.GridHeaderItemsToMemberCollection Method
Converts a list of headers of type Member to a member collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GridHeaderItemsToMemberCollection ( _
headers As List(Of GridHeaderItem) _
) As MemberCollection
'Usage
Dim headers As List(Of GridHeaderItem)
Dim returnValue As MemberCollection
returnValue = GridHeaderUtils.GridHeaderItemsToMemberCollection(headers)
public static MemberCollection GridHeaderItemsToMemberCollection(
List<GridHeaderItem> headers
)
Parameters
headers
Type: System.Collections.Generic.List<GridHeaderItem>One or more headers of type Member to convert.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The members represented by the header or an empty collection.