Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ParameterValue Class / Value Property

In This Topic
    Value Property (ParameterValue)
    In This Topic
    Gets or sets possible value for the parameter. For Boolean parameters, use “true” and “false”. For DateTime parameters, use ISO 8601. For Float parameters, use “.” as the optional decimal separator. If the Value expression returns an array, each item in the array is treated as a single value. The items in the array must not be arrays.
    Syntax
    'Declaration
     
    Public Property Value As RdlObject
    public RdlObject Value {get; set;}
    See Also