[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.PagesCollection-1.AddRange

AddRange Method

AddRange(T[])

Adds the elements of an array of pages to the end of the pages collection.

Declaration
public void AddRange(T[] pages)
Parameters
Type Name Description
T[] pages

The pages to add.

AddRange(PagesCollection<T>)

Adds the elements of pages collection to the end of the pages collection.

Declaration
public void AddRange(PagesCollection<T> pages)
Parameters
Type Name Description
PagesCollection<T> pages

The pages collection to add.