Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagListInputParamsItemCollection Class / TagListInputParamsItemCollection Constructor
The collection owner.

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

    Parameters

    owner
    The collection owner.
    See Also