[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BackgroundImage.Source

Source Property

Source

Gets or sets a source of the image.

Declaration
public ImageSource Source { get; set; }
Property Value
Type Description
ImageSource

An ImageSource value indicating the source of the image.

Remarks

Valid values are listed in the table below.

Enumerated ValueDescription
ExternalThe Value contains a constant or expression that evaluates to the location of the image.
EmbeddedThe Value contains a constant or expression that evaluates to the name of an EmbeddedImage within the report.
DatabaseThe Value contains an expression (a field in the database) that evaluates to the binary data for the image.