ComponentOne FlexReport for UWP
AssignFrom Method (ReportLabeledValue)

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

Parameters

source
The source object to copy properties from.
See Also

Reference

ReportLabeledValue Class
ReportLabeledValue Members