Initializes a new instance of the
ReportLabeledValue class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Object, _
ByVal As System.String _
)
public ReportLabeledValue(
System.object ,
System.string
)
Parameters
- value
- The constant value of ReportLabeledValue.
- label
- The constant label of ReportLabeledValue.
See Also