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