Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Field Class / AssignFrom Method
The source object, properties of which are copied.

In This Topic
    AssignFrom Method (Field)
    In This Topic
    Copies properties from another Field object.
    Syntax
    'Declaration
     
    Public Overrides Sub AssignFrom( _
       ByVal source As NamedCollectionItem _
    ) 
    public override void AssignFrom( 
       NamedCollectionItem source
    )

    Parameters

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