C1.WPF.PrintDocument.4.6.2 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 _
)
 

Parameters

owner
The owner of the current FieldCollection.
See Also