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

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.

Overload List

OverloadDescription
GetImage()Returns an image of the chart in the PNG format. The image will be at the appropriate size to render at 96dpi.  
GetImage(Boolean)Returns an image of the chart in the PNG format. The image will be at the appropriate size to render at 96dpi.  
GetImage(ImageType)Returns an image of the chart.  
GetImage(ImageType,Boolean)Returns the image of the chart.  

See Also