Freigeben über


GridDisplayElement.CreateIndicatorImageElement-Methode (RepositoryLocation, Int32, String, GridCellElmentStatus)

Erstellt ein Zellenelement, die ein Indikatorbild und setzt den Status der Zelle.

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
)

Parameter

  • indicatorBand
    Typ: System.Int32

    Der Indikatorbereich angezeigt.

  • tooltipText
    Typ: System.String

    Der QuickInfo-Text anzeigen, wenn zutreffend.

Rückgabewert

Typ: Microsoft.PerformancePoint.Scorecards.GridDisplayElement
Eine Zellenelement, das ein Indikatorbild enthält.

Siehe auch

Referenz

GridDisplayElement Klasse

GridDisplayElement-Member

CreateIndicatorImageElement-Überladung

Microsoft.PerformancePoint.Scorecards-Namespace