ActiveReports 18 .NET Edition
MESCIUS.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.

In This Topic
    Insert Method (ReportCombiner)
    In This Topic
    Insert a 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