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
indicatorLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the indicator in the repository.
indicatorBand
Type: System.Int32The indicator band to show.
tooltipText
Type: System.StringThe tooltip text to display if applicable.
status
Type: Microsoft.PerformancePoint.Scorecards.GridCellElmentStatusThe status of the cell element.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElement
A cell element that holds an indicator image.