Click or drag to resize

StiComponentClone Method (Boolean)

Creates a new object that is a copy of the current instance.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual Object Clone(
	bool cloneProperties
)

Parameters

cloneProperties
Type: SystemBoolean

[Missing <param name="cloneProperties"/> documentation for "M:Stimulsoft.Report.Components.StiComponent.Clone(System.Boolean)"]

Return Value

Type: Object
A new object that is a copy of this instance.
See Also