ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / ImageType Property

In This Topic
    ImageType Property (Settings)
    In This Topic
    Select the type of image to which you want to render the report. Supported types are BMP, GIF, JPEG, TIFF, and PNG.
    Syntax
    'Declaration
     
    Public Property ImageType As ImageType
    public ImageType ImageType {get; set;}
    See Also