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
Protected method GridDisplayElement() Called from constructors in derived classes to initialize the GridDisplayElement class.
Protected method GridDisplayElement(GridDisplayElement) Called from constructors in derived classes to initialize the GridDisplayElement class based on another GridDisplayElement object.

Top

Properties

  Name Description
Public property Status Gets or sets the status of the cell element.
Public property Text Gets or sets the text for the cell element.
Public property TooltipText Gets or sets the tooltip for the cell element.

Top

Methods

  Name Description
Public methodStatic member CreateEmptyElement Creates an element that represents an empty cell.
Public methodStatic member CreateErrorTextElement Creates a text element with the specified error text and sets the cell status to InError.
Public methodStatic member CreateIndicatorImageElement(RepositoryLocation, Int32, String) Creates a cell element that holds an indicator image.
Public methodStatic member CreateIndicatorImageElement(RepositoryLocation, Int32, String, GridCellElmentStatus) Creates a cell element that holds an indicator image and sets the cell status.
Public methodStatic member CreateLinkElement Creates a link element.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

GridDisplayElement Class

Microsoft.PerformancePoint.Scorecards Namespace