ActiveReports 12
GetImage(ImageType,Boolean) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface > GetImage Method : GetImage(ImageType,Boolean) Method
The format of the image.
A returned variable indicating if this image contains an image map.
Returns the image of the chart.
Syntax
'Declaration
 
Overloads Function GetImage( _
   ByVal type As ImageType, _
   ByRef hasImageMap As Boolean _
) As Stream
Stream GetImage( 
   ImageType type,
   out bool hasImageMap
)

Parameters

type
The format of the image.
hasImageMap
A returned variable indicating if this image contains an image map.

Return Value

The image of the chart in the PNG format.
See Also

Reference

IChart Interface
IChart Members
Overload List