ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ParameterValue Class / ParameterValue Constructor / ParameterValue Constructor(RdlObject,RdlString)
Value of ParameterValue.Value property.
Value of ParameterValue.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 ParameterValue.Value property.
    label
    Value of ParameterValue.Label property.
    See Also