Share via


DashboardElementContainer.DashboardElements property

Gets the objects in the dashboard container.

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

Syntax

'Declaration
Public ReadOnly Property DashboardElements As DashboardElementCollection
    Get
'Usage
Dim instance As DashboardElementContainer
Dim value As DashboardElementCollection

value = instance.DashboardElements
public DashboardElementCollection DashboardElements { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.DashboardElementCollection
The objects in the dashboard container.

See also

Reference

DashboardElementContainer class

DashboardElementContainer members

Microsoft.PerformancePoint.Scorecards namespace