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

In This Topic
    BackgroundImageSource Property (IStyle)
    In This Topic
    Gets the source of the image specified in the BackgroundImageValue.
    Syntax
    'Declaration
     
    ReadOnly Property BackgroundImageSource As ImageSource
    ImageSource BackgroundImageSource {get;}

    Property Value

    An GrapeCity.ActiveReports.PageReportModel.ImageSource representing the source of the background image.
    See Also