ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / RemoveAt Method
An Integer indicating the index at which to remove the ReportItem object.

In This Topic
    RemoveAt Method (ReportItemCollection)
    In This Topic
    Removes a ReportItem object from the ReportItemCollection at the specified index.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    An Integer indicating the index at which to remove the ReportItem object.
    See Also