Clones the current RenderObject.

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

Syntax

C#
public RenderObject Clone(
	bool assignDataBinding,
	bool assignChildren
)
Visual Basic
Public Function Clone ( _
	assignDataBinding As Boolean, _
	assignChildren As Boolean _
) As RenderObject

Parameters

assignDataBinding
Type: System..::..Boolean
Indicates whether the DataBinding property should be cloned.
assignChildren
Type: System..::..Boolean
Indicates whether the Children property should be cloned.

Return Value

The newly created object.

See Also