ActiveReports 12
Add Method (ParameterCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds an object to the end of the Collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As Parameter _
) 
public void Add( 
   Parameter item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.
See Also

Reference

ParameterCollection Class
ParameterCollection Members