DashboardItem class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a report, scorecard, or filter on a dashboard page.
Inheritance hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.SecondClassElement
Microsoft.PerformancePoint.Scorecards.DashboardElement
Microsoft.PerformancePoint.Scorecards.DashboardItem
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DashboardItem _
Inherits DashboardElement
'Usage
Dim instance As DashboardItem
[SerializableAttribute]
public class DashboardItem : 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.