Assigns (copies) properties from another RenderFragment to the current object. Clones Children by cloning all its elements.

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

Syntax

C#
public virtual void AssignFrom(
	RenderFragment source
)
Visual Basic
Public Overridable Sub AssignFrom ( _
	source As RenderFragment _
)

Parameters

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

See Also