ActiveReports Developer 7
GetImage(Boolean) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface > GetImage Method : GetImage(Boolean) Method

hasImageMap
A returned variable indicating if this image contains an image map.

Glossary Item Box

Returns an image of the chart in the PNG format. The image will be at the appropriate size to render at 96dpi.

Syntax

Visual Basic (Declaration) 
Overloads Function GetImage( _
   ByRef hasImageMap As System.Boolean _
) As System.IO.Stream
C# 
System.IO.Stream GetImage( 
   out System.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