DashboardElementContainer members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents dashboard pages or zones.
The DashboardElementContainer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DashboardElementContainer | Initializes a new instance of the DashboardElementContainer class. |
Top
Properties
Name | Description | |
---|---|---|
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
DashboardElements | Gets the objects in the dashboard container. | |
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.) | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
Orientation | Gets or sets the orientation of the objects in the container. | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
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.) | |
GetDashboardItems | Returns the objects that are contained in this container or in its child elements. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsHorizontal | Returns a Boolean value that indicates whether the layout is horizontal, based on the value of the LayoutOrientation enumeration. | |
IsVertical | Returns a Boolean value that indicates whether the layout is vertical, based on the value of the LayoutOrientation enumeration. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides Element.Validate().) |
Top