[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Clear

Clear Method

Clear()

Removes all items from the ReportItemCollection.

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