GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : Insert Method |
The ReportItem object to insert.
'Declaration Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As ReportItem _ )
public void Insert( System.int index, ReportItem value )
The ReportItem object to insert.