ActiveReports 9
Source Property (BackgroundImage)

Gets or sets the source of the image.

Syntax
'Declaration
 
Public Property Source As ImageSource
public ImageSource Source {get; set;}

Property Value

An ImageSource enumeration representing the source of the image. Valid values are listed in the table below.
Remarks
Enumerated Value Description
External The Value contains a constant or expression that evaluates to the location of the image.
Embedded The Value contains a constant or expression that evaluates to the name of an EmbeddedImage within the report.
Database The Value contains an expression (a field in the database) that evaluates to the binary data for 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

Reference

BackgroundImage Class
BackgroundImage Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum