ActiveReports 19 .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 _
)
 

Parameters

parent
The parent object of the parameter collection.
See Also