ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterValue Class / Value Property

In This Topic
    Value Property (ParameterValue)
    In This Topic
    Specifies a value for a parameter.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    Remarks
    For Boolean parameters, use "true" and "false". For DateTime parameters, use ISO 8601. For Float parameters, use “.” As the optional decimal separator.
    See Also