Share via


DashboardElementContainer.GetDashboardItems method

Returns the objects that are contained in this container or in its child elements.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetDashboardItems As List(Of DashboardItem)
'Usage
Dim instance As DashboardElementContainer
Dim returnValue As List(Of DashboardItem)

returnValue = instance.GetDashboardItems()
public List<DashboardItem> GetDashboardItems()

Return value

Type: System.Collections.Generic.List<DashboardItem>
A list of objects that are contained in this container or in its child elements.

See also

Reference

DashboardElementContainer class

DashboardElementContainer members

Microsoft.PerformancePoint.Scorecards namespace