Dashboard class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a dashboard page definition.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.FirstClassElement
      Microsoft.PerformancePoint.Scorecards.Dashboard

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class Dashboard _
    Inherits FirstClassElement _
    Implements ICloneable, IDiffable, IEquatable(Of Dashboard)
'Usage
Dim instance As Dashboard
[SerializableAttribute]
public class Dashboard : FirstClassElement, ICloneable, 
    IDiffable, IEquatable<Dashboard>

Remarks

A dashboard object is one of the first class object (FCO) types in PerformancePoint Services. Dashboards are stored in a SharePoint list (by default, the PerformancePoint Content List).

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

Dashboard members

Microsoft.PerformancePoint.Scorecards namespace