GridDisplayElementAnalytic Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the value for the display element in an Analytic Grid report cell.
The GridDisplayElementAnalytic type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridDisplayElementAnalytic() | Initializes a new instance of the GridDisplayElementAnalytic class. | |
GridDisplayElementAnalytic(GridDisplayElementAnalytic) | Initializes a new instance of the GridDisplayElementAnalytic class, based on another GridDisplayElementAnalytic object. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of the cell element. | |
OverrideValue | Gets or sets the decimal equivalent of the formatted value of the cell element. | |
Status | Gets or sets the status of the cell element. (Inherited from GridDisplayElement.) | |
Text | Gets or sets the text for the cell element. (Inherited from GridDisplayElement.) | |
TooltipText | Gets or sets the tooltip for the cell element. (Inherited from GridDisplayElement.) | |
Value | Gets or sets the value of the cell element. |
Top
Methods
Name | Description | |
---|---|---|
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