ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / BackgroundImage Property

In This Topic
    BackgroundImage Property (Style)
    In This Topic
    Gets a background image for the report item.
    Syntax
    'Declaration
     
    Public ReadOnly Property BackgroundImage As BackgroundImage
    public BackgroundImage BackgroundImage {get;}

    Property Value

    A BackgroundImage object containing the background image for the report item.
    Remarks
    If omitted, there is no background image.
    See Also