GridDisplayElementNumber Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a numeric value for the display element in a table cell.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.GridDisplayElement
    Microsoft.PerformancePoint.Scorecards.GridDisplayElementNumber
      Microsoft.PerformancePoint.Scorecards.GridDisplayElementActual
      Microsoft.PerformancePoint.Scorecards.GridDisplayElementAggregation
      Microsoft.PerformancePoint.Scorecards.GridDisplayElementScore
      Microsoft.PerformancePoint.Scorecards.GridDisplayElementTarget
      Microsoft.PerformancePoint.Scorecards.GridDisplayElementVariance

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class GridDisplayElementNumber _
    Inherits GridDisplayElement
'Usage
Dim instance As GridDisplayElementNumber
[SerializableAttribute]
public abstract class GridDisplayElementNumber : GridDisplayElement

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.

See Also

Reference

GridDisplayElementNumber Members

Microsoft.PerformancePoint.Scorecards Namespace