ActiveReports 8
GetImage Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also