ComponentOne FlexReport for WinForms
AssignFrom Method (BoundLabeledValues)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > BoundLabeledValues Class : AssignFrom Method
The source object to copy properties from.
Assigns (copies) properties from another BoundLabeledValues to the current object.
Syntax
'Declaration
 
Public Sub AssignFrom( _
   ByVal source As BoundLabeledValues _
) 
public void AssignFrom( 
   BoundLabeledValues source
)

Parameters

source
The source object to copy properties from.
See Also

Reference

BoundLabeledValues Class
BoundLabeledValues Members