ActiveReports 8
Source Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Image Class : Source Property

Glossary Item Box

Gets or sets the source of the image.

Syntax

Visual Basic (Declaration) 
Public Property Source As ImageSource
C# 
public ImageSource Source {get; set;}

Property Value

An ImageSource enumeration indicating the source of the image.

Remarks

If the source is set to External the Value property evaluates to the location of the image.

If the source is set to Embedded the Value property evaluates to the name of the EmbeddedImage in the report.

If the source is set to Database the Value property evaluates to the binary data of the image.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also