DashboardElementCollection class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of dashboard elements.

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<DashboardElement>
    System.Collections.ObjectModel.KeyedCollection<Guid, DashboardElement>
      Microsoft.PerformancePoint.Scorecards.ElementCollectionBase<DashboardElementCollection, DashboardElement>
        Microsoft.PerformancePoint.Scorecards.DashboardElementCollection

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

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(DashboardItem))> _
<KnownTypeAttribute(GetType(DashboardElementContainer))> _
Public Class DashboardElementCollection _
    Inherits ElementCollectionBase(Of DashboardElementCollection, DashboardElement)
'Usage
Dim instance As DashboardElementCollection
[SerializableAttribute]
[KnownTypeAttribute(typeof(DashboardItem))]
[KnownTypeAttribute(typeof(DashboardElementContainer))]
public class DashboardElementCollection : ElementCollectionBase<DashboardElementCollection, DashboardElement>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DashboardElementCollection members

Microsoft.PerformancePoint.Scorecards namespace