[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValueCollection.AddRange

AddRange Method

AddRange(IEnumerable<ParameterValue>)

Adds the elements of the specified collection to the end of the ParameterValueCollection.

Declaration
public void AddRange(IEnumerable<ParameterValue> items)
Parameters
Type Name Description
IEnumerable<ParameterValue> items

The collection whose elements should be added to the end of the ParameterValueCollection. The collection itself cannot be null, but it can contain elements that are null, if type ParameterValue allows null values.