GridDisplayElement Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for an element in a table cell.
The GridDisplayElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
GridDisplayElement() | Called from constructors in derived classes to initialize the GridDisplayElement class. |
![]() |
GridDisplayElement(GridDisplayElement) | Called from constructors in derived classes to initialize the GridDisplayElement class based on another GridDisplayElement object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Status | Gets or sets the status of the cell element. |
![]() |
Text | Gets or sets the text for the cell element. |
![]() |
TooltipText | Gets or sets the tooltip for the cell element. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
CreateEmptyElement | Creates an element that represents an empty cell. |
![]() ![]() |
CreateErrorTextElement | Creates a text element with the specified error text and sets the cell status to InError. |
![]() ![]() |
CreateIndicatorImageElement(RepositoryLocation, Int32, String) | Creates a cell element that holds an indicator image. |
![]() ![]() |
CreateIndicatorImageElement(RepositoryLocation, Int32, String, GridCellElmentStatus) | Creates a cell element that holds an indicator image and sets the cell status. |
![]() ![]() |
CreateLinkElement | Creates a link element. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top