Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ImageSource Enumeration

In This Topic
    ImageSource Enumeration
    In This Topic
    Specifies the source of an image.
    Syntax
    'Declaration
     
    Public Enum ImageSource 
       Inherits System.Enum
    public enum ImageSource : System.Enum 
    Members
    MemberDescription
    DatabaseSource of an image is a database field.
    EmbeddedSource of an image is an embedded image.
    ExternalSource of an image is a file or a URL.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ImageSource

    See Also