ComponentOne FlexReport for WinForms
ReportLabeledValue Constructor(Object,String)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportLabeledValue Class > ReportLabeledValue Constructor : ReportLabeledValue Constructor(Object,String)
The constant value of ReportLabeledValue.
The constant label of ReportLabeledValue.
Initializes a new instance of the ReportLabeledValue class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Object, _
   ByVal label As System.String _
)
public ReportLabeledValue( 
   System.object value,
   System.string label
)

Parameters

value
The constant value of ReportLabeledValue.
label
The constant label of ReportLabeledValue.
See Also

Reference

ReportLabeledValue Class
ReportLabeledValue Members
Overload List