[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageCollection.Clear

Clear Method

Clear()

Removes all items from the PageCollection.

Declaration
public void Clear()
Implements
Examples
PageCollection collection = new PageCollection();
collection.Clear();