Dashboard Members (Microsoft.PerformancePoint.Scorecards)

Represents a dashboard.

The following tables list the members exposed by the Dashboard type.

Public Constructors

  Name Description
Public method Dashboard Initializes a new instance of the Dashboard class.

Top

Public Fields

  Name Description
Public fieldStatic DefaultTemplateType The default template type.
Public fieldStatic UniqueDescriptionId  Constant and unique property name for the element description. (inherited from Element)
Public fieldStatic UniqueNameId  Constant and unique property name for the element name. (inherited from Element)
Public fieldStatic UniqueOwnerId  Constant and unique property name for the element owner. (inherited from Element)

Top

Public Properties

  Name Description
Public property Comments  The collection of comments on the element. (inherited from Element)
Public property CreatedBy  The user who created this version of the object. (inherited from FirstClassElement)
Public property CreatedDate  The date this version of the object was created. (inherited from FirstClassElement)
Public property Description  A long description of the element. (inherited from Element)
Public property Folder  The folder that the property belongs to. In the form of "folder1\subfolder2\subfolder3". (inherited from FirstClassElement)
Public property Guid Overridden. The ID that uniquely defines the first class element (dashboard).
Public property Memberships  The membership information of the first class object. (inherited from FirstClassElement)
Public property Name  The display name of the element. (inherited from Element)
Public property Owner  The owner of the element. (inherited from Element)
Public property Pages The dashboard items in the container.
Public property ParameterElements The parameter elements of the dashboard.
Public property Properties  The collection of properties for this element. (inherited from Element)
Public property TemplateType The value used to represent a dashboard template type. The standard dashboard types are "balanced" and "general".
Public property Version  The version information of the first class object. (inherited from FirstClassElement)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CheckAccess  (inherited from FirstClassElement)
Public method Clone Overridden. Performs a deep copy.
Public method CompareTo  (inherited from Element)
Public method CopyFrom Overridden. Performs a deep clone.
Public methodStatic CreateNew Creates a new dashboard that is initialized with a random GUID.
Public method CrossValidate Validates this object. Also checks the cross references of its subordinate items.
Public method Diff Overridden. Compares this object with another object and returns the differences.
Public method Equals Overloaded. Indicates if the current object is equal to another object.
Public method FillInSids  Looks up and caches the security IDs for each membership item that pertains to this element. (inherited from FirstClassElement)
Public method FindDashboardItem Gets a dashboard item within the dashboard.
Public method FindDashboardItemByInboundParameter Gets the dashboard item that contains the inbound parameter
Public method GetHashCode  (inherited from Object)
Public method GetParameterMapping Gets a parameter mapping.
Public method GetReportViewIds Gets the GUIDs for all report views on this dashboard.
Public method GetScorecardIds Gets the GUIDs for all scorecards on this dashboard.
Public method GetType  (inherited from Object)
Public methodStatic ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)
Public method Validate Overridden. Validates this object.
Public methodStatic ValidateFolder  (inherited from FirstClassElement)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

Dashboard Class
Microsoft.PerformancePoint.Scorecards Namespace