Initializes a new instance of the FieldCollection class.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public FieldCollection(
	IFieldCollectionOwner owner
)
Visual Basic
Public Sub New ( _
	owner As IFieldCollectionOwner _
)

Parameters

owner
Type: C1.C1Preview.DataBinding..::..IFieldCollectionOwner
The owner of the current FieldCollection.

See Also