ActiveReports 12
ParameterCollection Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ParameterCollection Class : ParameterCollection Constructor
The parent object of the parameter collection.
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

Reference

ParameterCollection Class
ParameterCollection Members