Share via


Helper.GetImage Method (Microsoft.PerformancePoint.Scorecards)

Gets an Image from the resource repository.

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

Syntax

'Declaration
Public Shared Function GetImage ( _
    key As String _
) As Image
'Usage
Dim key As String
Dim returnValue As Image

returnValue = Helper.GetImage(key)
public static Image GetImage (
    string key
)

Parameters

  • key
    Key of resource

Return Value

Image object

See Also

Reference

Helper Class
Helper Members
Microsoft.PerformancePoint.Scorecards Namespace