Assigns (copies) properties from another FieldCollection to the current object.
            
        
    Namespace: 
   C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public override void AssignFrom( OwnedCollection source ) | 
| Visual Basic | 
|---|
| Public Overrides Sub AssignFrom ( _ source As OwnedCollection _ ) | 
Parameters
- source
- Type: C1.C1Preview..::..OwnedCollection
 The source object to copy properties from.
 
     
     
     
     
    