Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void AssignFrom(
	RenderObject source
)
Visual Basic
Public Sub AssignFrom ( _
	source As RenderObject _
)

Parameters

source
Type: C1.C1Preview..::..RenderObject
The source object to copy properties from.

See Also