DashboardElementContainer class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents dashboard pages or zones.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.SecondClassElement
      Microsoft.PerformancePoint.Scorecards.DashboardElement
        Microsoft.PerformancePoint.Scorecards.DashboardElementContainer

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DashboardElementContainer _
    Inherits DashboardElement
'Usage
Dim instance As DashboardElementContainer
[SerializableAttribute]
public class DashboardElementContainer : DashboardElement

Remarks

See the SPDataStore.CreateDashboard(String, Dashboard) method for a code example that uses this object.

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

DashboardElementContainer members

Microsoft.PerformancePoint.Scorecards namespace