GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Image Class : Source Property |
Gets or sets the source of the image.
'Declaration Public Property Source As ImageSource
public ImageSource Source {get; set;}
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.