ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ImageTypes Enumeration

In This Topic
    ImageTypes Enumeration
    In This Topic
    Specifies the type of image to be used for a chart.
    Syntax
    'Declaration
     
    Public Enum ImageTypes 
       Inherits System.Enum
    public enum ImageTypes : System.Enum 
    Members
    MemberDescription
    MetafileThis is the default value. A metafile is used.
    PNGA PNG file is used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.ImageTypes

    See Also