Dashboard members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a dashboard page definition.
The Dashboard type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Dashboard | Initializes a new instance of the Dashboard class. |
Top
Properties
Name | Description | |
---|---|---|
CheckedOutTo | Gets or sets the user the object is currently checked out to. (Inherited from FirstClassElement.) | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
ContentType | Gets or sets the type of object. (Inherited from FirstClassElement.) | |
CreatedBy | Gets or sets the user who created this version of the object. (Inherited from FirstClassElement.) | |
CreatedDate | Gets or sets the date that this version of the object was created. (Inherited from FirstClassElement.) | |
DeploymentPath | Gets or sets the URL where the dashboard was last deployed. | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
Folder | Gets or sets the display folder that contains the object. (Inherited from FirstClassElement.) | |
Guid | Gets or sets the GUID of the object. (Inherited from FirstClassElement.) | |
LastModified | Gets or sets the date and time when the object was last updated. (Inherited from FirstClassElement.) | |
Location | Gets or sets the location of the object in the repository. (Inherited from FirstClassElement.) | |
MasterPageDisplayName | Gets or sets the display name of the master page used when the dashboard was last deployed. | |
MasterPagePath | Gets or sets the URL of the master page used when the dashboard was last deployed. | |
ModifiedBy | Gets or sets the last user to modify the object. (Inherited from FirstClassElement.) | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
PageList | Gets or sets a Boolean value that indicates whether each page in the deployed dashboard includes a page list. | |
Pages | Gets or sets the pages in the dashboard. | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
SitePath | Gets or sets the URL of the site where the dashboard was last deployed. | |
TemplateType | Gets or sets the template type that defines the dashboard layout. | |
Version | Gets or sets the version number of the object. (Inherited from FirstClassElement.) |
Top
Methods
Name | Description | |
---|---|---|
ClearItemCache | Forces the first class object (FCO) cache to clear. | |
Clone | Performs a deep copy of this object. (Overrides Element.Clone().) | |
CompareTo | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CopyFrom | Copies from another object. (Overrides FirstClassElement.CopyFrom(Element).) | |
CreateNew | Creates a new dashboard. | |
CrossValidate | Validates this object. | |
Diff | Compares this object with another object and returns the differences. (Overrides FirstClassElement.Diff(Object).) | |
Equals(Object) | (Inherited from Object.) | |
Equals(Dashboard) | Determines whether the current object is equal to another object of the same type. | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Equals(FirstClassElement) | Determines whether this object is equal to another object of the same type. (Inherited from FirstClassElement.) | |
Finalize | (Inherited from Object.) | |
FindDashboardItem | Gets the dashboard item with the specified GUID. | |
FindDashboardItemByInboundParameter | Returns the dashboard item with the specified inbound parameter. | |
GetChildFCOLocations | Returns the locations of the scorecard, report, and filter objects that are contained by the dashboard. (Overrides FirstClassElement.GetChildFCOLocations().) | |
GetFilterLocations | Returns the locations of the filters that are contained by the dashboard. | |
GetHashCode | (Inherited from Object.) | |
GetParameterMapping | NOTE: This API is now obsolete. | |
GetReportViewLocations | Returns the locations of the reports that are contained by the dashboard. | |
GetScorecardLocations | Returns the locations of the scorecards that are contained by the dashboard. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides FirstClassElement.Validate().) |
Top
Fields
Name | Description | |
---|---|---|
DefaultTemplateType | Represents the default template type. |
Top