Share via


GridDisplayElement.CreateIndicatorImageElement method (RepositoryLocation, Int32, String)

Creates a cell element that holds an indicator image.

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

Syntax

'Declaration
Public Shared Function CreateIndicatorImageElement ( _
    indicatorLocation As RepositoryLocation, _
    indicatorBand As Integer, _
    tooltipText As String _
) As GridDisplayElement
'Usage
Dim indicatorLocation As RepositoryLocation
Dim indicatorBand As Integer
Dim tooltipText As String
Dim returnValue As GridDisplayElement

returnValue = GridDisplayElement.CreateIndicatorImageElement(indicatorLocation, _
    indicatorBand, tooltipText)
public static GridDisplayElement CreateIndicatorImageElement(
    RepositoryLocation indicatorLocation,
    int indicatorBand,
    string tooltipText
)

Parameters

  • indicatorBand
    Type: System.Int32

    The indicator band to show.

  • tooltipText
    Type: System.String

    The tooltip text to display if applicable.

Return value

Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElement
A cell element that holds an indicator image.

See also

Reference

GridDisplayElement class

GridDisplayElement members

CreateIndicatorImageElement overload

Microsoft.PerformancePoint.Scorecards namespace