ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class / Add Method
The parameter object to be added to the collection.

In This Topic
Add Method (ParameterCollection)
In This Topic
Adds a Parameter object to the Parameter collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal parameter As Parameter _
) As Integer
 

Parameters

parameter
The parameter object to be added to the collection.
See Also