ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObject Class / Clone Method / Clone(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
Indicates whether the DataBinding property should be cloned.
Indicates whether the Children property should be cloned.
Indicates whether the Anchors property should be cloned.
Indicates whether the Hyperlink property should be cloned.
Indicates whether the Name property should be cloned.
Indicates whether the Style property should be cloned.

In This Topic
    Clone(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
    In This Topic
    Clones the current RenderObject.
    Syntax
    'Declaration
     
    Public Overloads Function Clone( _
       ByVal assignDataBinding As System.Boolean, _
       ByVal assignChildren As System.Boolean, _
       ByVal assignAnchors As System.Boolean, _
       ByVal assignHyperlink As System.Boolean, _
       ByVal assignName As System.Boolean, _
       ByVal assignStyle As System.Boolean _
    ) As RenderObject
    public RenderObject Clone( 
       System.bool assignDataBinding,
       System.bool assignChildren,
       System.bool assignAnchors,
       System.bool assignHyperlink,
       System.bool assignName,
       System.bool assignStyle
    )

    Parameters

    assignDataBinding
    Indicates whether the DataBinding property should be cloned.
    assignChildren
    Indicates whether the Children property should be cloned.
    assignAnchors
    Indicates whether the Anchors property should be cloned.
    assignHyperlink
    Indicates whether the Hyperlink property should be cloned.
    assignName
    Indicates whether the Name property should be cloned.
    assignStyle
    Indicates whether the Style property should be cloned.

    Return Value

    The newly created object.
    See Also