ActiveReports 13
FieldCollection Constructor

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class : FieldCollection Constructor
The parent object of the field collection.
Initializes a new instance of the FieldCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As IComponent _
)
public FieldCollection( 
   IComponent parent
)

Parameters

parent
The parent object of the field collection.
See Also

Reference

FieldCollection Class
FieldCollection Members