ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class / ParameterCollection Constructor
The parent object of the parameter collection.

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

    Parameters

    parent
    The parent object of the parameter collection.
    See Also