Share via


GridDisplayElement.CreateIndicatorImageElement method (RepositoryLocation, Int32, String, GridCellElmentStatus)

Creates a cell element that holds an indicator image and sets the cell status.

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, _
    status As GridCellElmentStatus _
) As GridDisplayElement
'Usage
Dim indicatorLocation As RepositoryLocation
Dim indicatorBand As Integer
Dim tooltipText As String
Dim status As GridCellElmentStatus
Dim returnValue As GridDisplayElement

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

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