FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportLinkTargetBase Class / AssignFrom Method
The source object, properties of which are copied.

In This Topic
    AssignFrom Method (ReportLinkTargetBase)
    In This Topic
    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