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

In This Topic
    Value Property (Image)
    In This Topic

    Gets or sets the value of the image. See the Source property for more information.

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

    Property Value

    An ExpressionInfo object containing the value of the image. See the Source property for more information.

    See Also