ActiveReports 12
Add Method (ReportParameterCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameterCollection 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 ReportParameter _
) 
public void Add( 
   ReportParameter 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

ReportParameterCollection Class
ReportParameterCollection Members