GridDisplayElement Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for an element in a table cell.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.GridDisplayElement
Microsoft.PerformancePoint.Scorecards.GridDisplayElementHyperLink
Microsoft.PerformancePoint.Scorecards.GridDisplayElementIndicator
Microsoft.PerformancePoint.Scorecards.GridDisplayElementNumber
Microsoft.PerformancePoint.Scorecards.GridDisplayElementText
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class GridDisplayElement
'Usage
Dim instance As GridDisplayElement
[SerializableAttribute]
public abstract class GridDisplayElement
Remarks
GridDisplayElement represents the content of a scorecard or Analytic Grid report cell. The objects that derive from this class, and the objects that derive from them, are returned by properties that define cell content, such as the DisplayElements property.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.