ComponentOne FlexReport for WinForms
AssignFrom Method (ReportObject)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportObject Class : AssignFrom Method
The source object, properties of which are copied.
Indicates whether the name of the object should be copied.
Copies properties from another object into this object.
Syntax
'Declaration
 
Public Overridable Sub AssignFrom( _
   ByVal source As ReportObject, _
   ByVal assignName As System.Boolean _
) 
public virtual void AssignFrom( 
   ReportObject source,
   System.bool assignName
)

Parameters

source
The source object, properties of which are copied.
assignName
Indicates whether the name of the object should be copied.
See Also

Reference

ReportObject Class
ReportObject Members