Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / FieldCollection Class / FieldCollection Constructor
The owner of the current FieldCollection.

In This Topic
    FieldCollection Constructor
    In This Topic
    Initializes a new instance of the FieldCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As IFieldCollectionOwner _
    )
    public FieldCollection( 
       IFieldCollectionOwner owner
    )

    Parameters

    owner
    The owner of the current FieldCollection.
    See Also