Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartFormulaParameter Class / Clone Method

In This Topic
    Clone Method (ChartFormulaParameter)
    In This Topic
    Creates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object.
    Syntax
    'Declaration
     
    Public Function Clone() As NamedCollectionItem
    public NamedCollectionItem Clone()

    Return Value

    The newly created C1.C1Preview.NamedCollectionItem object.
    See Also