ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ImageSource Enumeration

In This Topic
    ImageSource Enumeration
    In This Topic
    Enumeration of image sources.
    Syntax
    'Declaration
     
    Public Enum ImageSource 
       Inherits System.Enum
    public enum ImageSource : System.Enum 
    Members
    MemberDescription
    DatabaseDatabase image source.
    EmbeddedEmbedded image source.
    ExternalExternal image source.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.ImageSource

    See Also