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