C1.WPF.Report Assembly / C1.WPF.Report Namespace / ParagraphItem Class / AssignFrom Method
The source object, properties of which are copied.
Indicates whether the name of the object should be copied.

In This Topic
AssignFrom Method (ParagraphItem)
In This Topic
Copies properties from another object into this object.
Syntax
'Declaration
 
Public Overrides Sub AssignFrom( _
   ByVal source As ReportObject, _
   ByVal assignName As Boolean _
) 
 

Parameters

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