ActiveReports 12
Add Method (ParameterCollection)

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

Parameters

value
The Parameter object to add to the collection.

Return Value

A new Parameter object.
See Also

Reference

ParameterCollection Class
ParameterCollection Members