ActiveReports Developer 7
FieldCollection Constructor
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class : FieldCollection Constructor

parent
The parent object of the field collection.

Glossary Item Box

Initializes a new instance of the FieldCollection class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parent As System.ComponentModel.IComponent _
)
C# 
public FieldCollection( 
   System.ComponentModel.IComponent parent
)

Parameters

parent
The parent object of the field collection.

See Also