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

In This Topic
    Value Property (BackgroundImage)
    In This Topic

    Gets or sets the value of the background image (see source).

    Syntax
    'Declaration
     
    Public Property Value As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Value {get; set;}

    Property Value

    A string ExpressionInfo that evaluates to the value of the background image.

    See Also