GridDisplayElement.CreateNumberElement Method (Decimal, String, String) (Microsoft.PerformancePoint.Scorecards)

Creates a new number element.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function CreateNumberElement ( _
    value As Decimal, _
    text As String, _
    tooltipText As String _
) As GridDisplayElement
'Usage
Dim value As Decimal
Dim text As String
Dim tooltipText As String
Dim returnValue As GridDisplayElement

returnValue = GridDisplayElement.CreateNumberElement(value, text, tooltipText)
public static GridDisplayElement CreateNumberElement (
    decimal value,
    string text,
    string tooltipText
)

Parameters

  • value
    The value of the element.
  • text
    The display text.
  • tooltipText
    Shown as a tooltip, if applicable.

Return Value

A new display element.

See Also

Reference

GridDisplayElement Class
GridDisplayElement Members
Microsoft.PerformancePoint.Scorecards Namespace