[]
Gets or sets a source of the image.
public ImageSource Source { get; set; }
| Type | Description |
|---|---|
| ImageSource | An ImageSource value indicating the source of the image. |
Valid values are listed in the table below.
| 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. |