Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ParameterValue Class / ParameterValue Constructor / ParameterValue Constructor(RdlObject,RdlString)
Value of Value property.
Value of Label property.

In This Topic
    ParameterValue Constructor(RdlObject,RdlString)
    In This Topic
    Initializes a new instance of the ParameterValue class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As RdlObject, _
       ByVal label As RdlString _
    )
    public ParameterValue( 
       RdlObject value,
       RdlString label
    )

    Parameters

    value
    Value of Value property.
    label
    Value of Label property.
    See Also