StiGroupHeaderBandClone Method (Boolean, 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 override Object Clone(
bool cloneProperties,
bool cloneComponents
)
Public Overrides Function Clone (
cloneProperties As Boolean,
cloneComponents As Boolean
) As Object
Parameters
- cloneProperties
- Type: SystemBoolean
[Missing <param name="cloneProperties"/> documentation for "M:Stimulsoft.Report.Components.StiGroupHeaderBand.Clone(System.Boolean,System.Boolean)"]
- cloneComponents
- Type: SystemBoolean
[Missing <param name="cloneComponents"/> documentation for "M:Stimulsoft.Report.Components.StiGroupHeaderBand.Clone(System.Boolean,System.Boolean)"]
Return Value
Type:
ObjectA new object that is a copy of this instance.
See Also