ActiveReports 13
Add Method (ParameterCollection)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ParameterCollection Class : Add Method
The parameter object to be added to the collection.
Adds a Parameter object to the Parameter collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal parameter As Parameter _
) As Integer
public int Add( 
   Parameter parameter
)

Parameters

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

Reference

ParameterCollection Class
ParameterCollection Members