ActiveReports 12
GetImage(ImageType) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface > GetImage Method : GetImage(ImageType) Method
The format of the image.
Returns an image of the chart.
Syntax
'Declaration
 
Overloads Function GetImage( _
   ByVal type As ImageType _
) As Stream
Stream GetImage( 
   ImageType type
)

Parameters

type
The format of the image.

Return Value

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

Reference

IChart Interface
IChart Members
Overload List