ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ApplyParameter Class / Value Property

In This Topic
    Value Property (ApplyParameter)
    In This Topic
    Gets or sets the value of the parameter.
    Syntax
    'Declaration
     
    Public Property Value As ExpressionInfo
    public ExpressionInfo Value {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the parameter value.
    Remarks

    Must be specified for the ApplyParameterType.Set and ApplyParameterType.Toggle types.

    See Also