ActiveReports 13
Insert Method (ReportCombiner)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.ReportsCore.Tools Namespace > ReportCombiner Class : Insert Method
The position of the report to be added.
The report to be added.
The options to report be added with.
Add report to the specified position in reports list.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal report As PageReport, _
   Optional ByVal options As LocationOptions _
) 
public void Insert( 
   int index,
   PageReport report,
   LocationOptions options
)

Parameters

index
The position of the report to be added.
report
The report to be added.
options
The options to report be added with.
See Also

Reference

ReportCombiner Class
ReportCombiner Members