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(DashboardElementContainer))> _
<KnownTypeAttribute(GetType(DashboardItem))> _
Public Class DashboardElementCollection _
Inherits ElementCollectionBase(Of DashboardElementCollection, DashboardElement)
'Usage
Dim instance As DashboardElementCollection
[SerializableAttribute]
[KnownTypeAttribute(typeof(DashboardElementContainer))]
[KnownTypeAttribute(typeof(DashboardItem))]
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.