ActiveReports 12
GetImageData Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > IEmbeddedImageStorage Interface : GetImageData Method
The key to resolve image bytes.
Gets image bytes by specified key.
Syntax
'Declaration
 
Function GetImageData( _
   ByVal key As String _
) As Byte()
byte[] GetImageData( 
   string key
)

Parameters

key
The key to resolve image bytes.

Return Value

null or resolved image bytes.
See Also

Reference

IEmbeddedImageStorage Interface
IEmbeddedImageStorage Members