ActiveReports 12
AddRange Method (ParameterCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ParameterCollection Class : AddRange Method
The  ParameterCollection to add to the current collection.
Adds a  ParameterCollection to the existing ParameterCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As ParameterCollection _
) 
public void AddRange( 
   ParameterCollection collection
)

Parameters

collection
The  ParameterCollection to add to the current collection.
See Also

Reference

ParameterCollection Class
ParameterCollection Members