DashboardItem Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a report, scorecard, or filter on a dashboard page.
The DashboardItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DashboardItem | Initializes a new instance of the DashboardItem class. |
Top
Properties
Name | Description | |
---|---|---|
AllowExportToExcel | Gets or sets a Boolean value that indicates whether the object supports exporting to Microsoft Excel. | |
AllowExportToPowerPoint | Gets or sets a Boolean value that indicates whether the object supports exporting to Microsoft PowerPoint. | |
AllowOpenNewWindow | Gets or sets a Boolean value that indicates whether the object supports opening in a new window. | |
AllowResetView | Gets or sets a Boolean value that indicates whether the ability to reset the view is supported. | |
AutoSizeHeight | Gets or sets a Boolean value that indicates whether the object height is sized automatically or whether it uses a specific height. | |
AutoSizeWidth | Gets or sets a Boolean value that indicates whether the object width is sized automatically or whether it uses a specific width. | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
Guid | Gets or sets the unique identifier of the object. (Inherited from SecondClassElement.) | |
Height | Gets or sets the height of the element. (Inherited from DashboardElement.) | |
InboundParameters | Gets the inbound parameters to the current object from other objects on the dashboard. | |
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.) | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
UnderlyingElementLocation | Gets or sets the location of the underlying object in the repository. | |
UnderlyingElementType | Gets or sets the type of the underlying object. | |
UnderlyingElementTypeName | Gets or sets the assembly-qualified name of the underlying object’s type. | |
Width | Gets or sets the width of the element. (Inherited from DashboardElement.) |
Top
Methods
Name | Description | |
---|---|---|
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 DashboardElement.CopyFrom(Element).) | |
Diff | Compares this object with another object and returns the differences. (Overrides DashboardElement.Diff(Object).) | |
Equals(Object) | (Inherited from Object.) | |
Equals(DashboardElement) | Determines whether the current object is equal to another object of the same type. (Inherited from DashboardElement.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Inherited from Element.) |
Top