ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldCollection Class / FieldCollection Constructor
The parent object of the field collection.

In This Topic
    FieldCollection Constructor
    In This Topic
    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