Gets or sets the source of the image.
Namespace:
C1.C1Rdl.Rdl2008Assembly: 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 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 contains a constant or expression that evaluates to the name of an EmbeddedImage in the report.
- DatabaseThe Value contains an expression (a field in the database) that evaluates to the binary data for the image.