Specifies the source of an image.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ImageSource
Visual Basic
Public Enumeration ImageSource

Members

Member nameDescription
External Source of an image is a file or a URL.
Embedded Source of an image is an embedded image.
Database Source of an image is a database field.

See Also