FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report 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