Gets or sets the image source.

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

Syntax

C#
public ImageSource Source { get; set; }
Visual Basic
Public Property Source As ImageSource
	Get
	Set

Remarks

  • ExternalThe Value property contains a constant or expression that evaluates to the location of the image. This can be a full folder path (for example, “/images/logo.gif”), relative path (for example, “logo.gif”) or URL (for example, “http://reportserver/images/logo.gif”). Relative paths start in the same folder as the report.
  • EmbeddedThe Value property contains a constant or expression that evaluates to the name of an EmbeddedImage in the report.
  • DatabaseThe Value property contains an expression (a field in the database) that evaluates to the binary data for the image.

See Also