ComponentOne FlexReport for WinForms
LabeledValue Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > LabeledValue Class : LabeledValue Constructor
Value represented by the LabeledValue class.
Label of value.
Initializes a new instance of the LabeledValue class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Object, _
   ByVal label As System.String _
)
public LabeledValue( 
   System.object value,
   System.string label
)

Parameters

value
Value represented by the LabeledValue class.
label
Label of value.
See Also

Reference

LabeledValue Class
LabeledValue Members