ActiveReports Developer 7
GetImage() Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface > GetImage Method : 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.

Syntax

Visual Basic (Declaration) 
Overloads Function GetImage() As System.IO.Stream
C# 
System.IO.Stream GetImage()

Return Value

The image of the chart in the PNG format.

See Also