PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / Field Class / Field Constructor
Unique name of the field.

In This Topic
    Field Constructor
    In This Topic
    Initializes a new instance of the Field class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public Field( 
       string name
    )

    Parameters

    name
    Unique name of the field.
    See Also