Initializes a new instance of the ParameterValue class.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ParameterValue(
	RdlObject value,
	RdlString label
)
Visual Basic
Public Sub New ( _
	value As RdlObject, _
	label As RdlString _
)

Parameters

value
Type: C1.C1Rdl..::..RdlObject
Value of Value property.
label
Type: C1.C1Rdl..::..RdlString
Value of Label property.

See Also