ComponentOne FlexReport for WinForms
LabeledValues Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > LabeledValues Class : LabeledValues Constructor
The list of the LabeledValue objects.
Initializes a new instance of the LabeledValues collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As System.Collections.Generic.IList(Of LabeledValue) _
)
public LabeledValues( 
   System.Collections.Generic.IList<LabeledValue> items
)

Parameters

items
The list of the LabeledValue objects.
See Also

Reference

LabeledValues Class
LabeledValues Members