[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.Add

Add Method

Add(ReportItem)

Adds a ReportItem object to the ReportItemCollection.

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

A ReportItem object to add.

Implements
Examples
ReportItemCollection collection = new ReportItemCollection();
collection.Add(new TextBox());