Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCollection Class / AggregateCollection Constructor
The C1DataSchema object that is the owner of this collection.

In This Topic
    AggregateCollection Constructor
    In This Topic
    Initializes a new instance of the AggregateCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1DataSchema _
    )
    public AggregateCollection( 
       C1DataSchema owner
    )

    Parameters

    owner
    The C1DataSchema object that is the owner of this collection.
    See Also