ComponentOne FlexReport for WinForms
AssignFrom Method (ReportLinkTargetBase)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportLinkTargetBase Class : AssignFrom Method
The source object, properties of which are copied.
Copies properties from another object into this object.
Syntax
'Declaration
 
Public Overridable Sub AssignFrom( _
   ByVal source As ReportLinkTargetBase _
) 
public virtual void AssignFrom( 
   ReportLinkTargetBase source
)

Parameters

source
The source object, properties of which are copied.
See Also

Reference

ReportLinkTargetBase Class
ReportLinkTargetBase Members