ActiveReports 12
GetImage Method (IImageLocator)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IImageLocator Interface : GetImage Method
The image source.
The image mime type.
The value.
Retrieves image from specified source.
Syntax
'Declaration
 
Function GetImage( _
   ByVal imageSource As ImageSource, _
   ByVal mimeType As String, _
   ByVal value As Object _
) As Image
Image GetImage( 
   ImageSource imageSource,
   string mimeType,
   object value
)

Parameters

imageSource
The image source.
mimeType
The image mime type.
value
The value.
See Also

Reference

IImageLocator Interface
IImageLocator Members