ActiveReports 14 .NET Edition
GrapeCity.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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.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