[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageCollection.Add

Add Method

Add(Page)

Adds a Page object to the PageCollection.

Declaration
public void Add(Page value)
Parameters
Type Name Description
Page value

A Page object to add.

Implements
Examples
PageCollection collection = new PageCollection();
collection.Add(new Page());