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

In This Topic
    Value Property (Parameter)
    In This Topic

    Gets or sets an expression that evaluates to the value to pass for the parameter to the subreport.

    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 that evaluates to the value to pass for the parameter to the subreport.

    See Also