ActiveReports3 Request technical support
ImageType Property
See Also 


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
Visual Basic (Usage)Copy Code
Dim instance As ChartControl
Dim value As ImageTypes
 
instance.ImageType = value
 
value = instance.ImageType
C# 
public ImageTypes ImageType {get; set;}

Return 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.

See Also