ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / CustomControl Class / ImageType Property

In This Topic
    ImageType Property (CustomControl)
    In This Topic
    Sets or returns the type of image to which the chart will be rendered on the report.
    Syntax
    'Declaration
     
    Public Property ImageType As ImageTypes
    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 that are not supported.  If you are noticing problems with images not exporting to PDF, set the ImageType to PNG.
    See Also