ActiveReports Developer 7
AddRange Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ParameterCollection Class : AddRange Method

collection
The  ParameterCollection to add to the current collection.

Glossary Item Box

Adds a  ParameterCollection to the existing ParameterCollection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal collection As ParameterCollection _
) 
C# 
public void AddRange( 
   ParameterCollection collection
)

Parameters

collection
The  ParameterCollection to add to the current collection.

See Also