MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterValueCollection Class / AddRange Method
Array of ParameterValue items to add.

In This Topic
AddRange Method (ParameterValueCollection)
In This Topic
Adds an array of ParameterValue items to this collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As ParameterValue _
) 
 

Parameters

items
Array of ParameterValue items to add.
See Also