ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / ReportCombiner Class / RemoveAt Method
The index of the report to be removed.

In This Topic
    RemoveAt Method (ReportCombiner)
    In This Topic
    Remove the report from the specified position in the reports list.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the report to be removed.
    See Also