ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataValue Class / Value Property

In This Topic
    Value Property (DataValue)
    In This Topic

    Gets or sets the value expression.

    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 expression.

    See Also