ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BackgroundImage Class / Source Property

In This Topic
    Source Property (BackgroundImage)
    In This Topic

    Gets or sets the source of the image.

    Syntax
    'Declaration
     
    Public Property Source As ImageSource
    public ImageSource Source {get; set;}

    Property Value

    An ImageSource enumeration representing the source of the image. Valid values are listed in the table below.

    Remarks
    Enumerated Value Description
    External The GrapeCity.ActiveReports.PageReportModel.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.
    See Also