C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / CheckBoxField Class / Clone Method

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

Return Value

Copy of the current FieldBase object.
See Also