ActiveReports Developer 7
ImageSource Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : ImageSource Enumeration

Glossary Item Box

Enumeration of image sources.

Syntax

Visual Basic (Declaration) 
Public Enum ImageSource 
   Inherits System.Enum
C# 
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.Extensibility.Rendering.Components.ImageSource

See Also