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,
	bool assignAnchors,
	bool assignHyperlink
)
Visual Basic
Public Function Clone ( _
	assignDataBinding As Boolean, _
	assignChildren As Boolean, _
	assignAnchors As Boolean, _
	assignHyperlink 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.
assignAnchors
Type: System..::..Boolean
Indicates whether the Anchors property should be cloned.
assignHyperlink
Type: System..::..Boolean
Indicates whether the Hyperlink property should be cloned.

Return Value

The newly created object.

See Also