ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IStyle Interface / BackgroundImage Property

In This Topic
    BackgroundImage Property (IStyle)
    In This Topic
    Gets a stream with the background image for this report item.
    Syntax
    'Declaration
     
    ReadOnly Property BackgroundImage As Stream
    Stream BackgroundImage {get;}

    Property Value

    A System.IO.Stream containing the background image.
    See Also