ActiveReports 13
GetImage Method (IResourcesService)

GrapeCity.ActiveReports.Aspnetcore.Designer Assembly > GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace > IResourcesService Interface : GetImage Method
Image id
Image MIME type
Get image content by id
Syntax
'Declaration
 
Function GetImage( _
   ByVal id As String, _
   ByRef mimeType As String _
) As Byte()
byte[] GetImage( 
   string id,
   out string mimeType
)

Parameters

id
Image id
mimeType
Image MIME type

Return Value

Image content
See Also

Reference

IResourcesService Interface
IResourcesService Members