[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.AddRange

AddRange Method

AddRange(IEnumerable<T>)

Adds a collection of T objects to the existing ItemCollection<T>.

Declaration
public void AddRange(IEnumerable<T> collection)
Parameters
Type Name Description
IEnumerable<T> collection

A collection of the T objects to add.