DashboardElement Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the abstract base class for dashboard elements that have width and height.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.SecondClassElement
Microsoft.PerformancePoint.Scorecards.DashboardElement
Microsoft.PerformancePoint.Scorecards.DashboardElementContainer
Microsoft.PerformancePoint.Scorecards.DashboardItem
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class DashboardElement _
Inherits SecondClassElement _
Implements IEquatable(Of DashboardElement)
'Usage
Dim instance As DashboardElement
[SerializableAttribute]
public abstract class DashboardElement : SecondClassElement,
IEquatable<DashboardElement>
Remarks
Dashboard elements are of type DashboardElementContainer (dashboard pages and zones) or DashboardItem (scorecards, reports, and filters).
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.