FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / BarCodeField Class / Clone Method

In This Topic
    Clone Method (BarCodeField)
    In This Topic
    Creates a new object that is a copy of the current FieldBase object.
    Syntax
    'Declaration
     
    Public Function Clone() As FieldBase
    public FieldBase Clone()

    Return Value

    Copy of the current FieldBase object.
    See Also