ActiveReports 12
GetImage(Boolean) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface > GetImage Method : GetImage(Boolean) Method
A returned variable indicating if this image contains an image map.
Returns an image of the chart in the PNG format. The image will be at the appropriate size to render at 96dpi.
Syntax
'Declaration
 
Overloads Function GetImage( _
   ByRef hasImageMap As Boolean _
) As Stream
Stream GetImage( 
   out bool hasImageMap
)

Parameters

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