See Also

ChartControl Class  | ChartControl Members  | ImageTypes Enumeration

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

ImageType Property

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

[Visual Basic]
Public Property ImageType As ImageTypes
[C#]
public ImageTypes ImageType {get; set;}

Return Type

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

ChartControl Class  | ChartControl Members  | ImageTypes Enumeration

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.