ActiveReports 8
ImageType Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ChartControl Class : ImageType Property

Glossary Item Box

Sets or returns the type of image to which the chart will be rendered on the report. 

Syntax

Visual Basic (Declaration) 
Public Property ImageType As ImageTypes
C# 
public ImageTypes ImageType {get; set;}

Property Value

An ImageTypes enumeration. The default value is Metafile. The alternate value is PNG.

Remarks

Some images can be a problem when exported as a metafile due to some graphic commands which are not supported.  If you are noticing problems with images not exporting to PDF, set the ImageType to PNG.

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

Reference

ChartControl Class
ChartControl Members
ActiveReports6~GrapeCity.ActiveReports.ImageTypes