Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportItems Class / Insert Method
The index where to insert the object.
The object to insert.

In This Topic
    Insert Method (ReportItems)
    In This Topic
    Inserts the specified ReportItem into the current collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As ReportItem _
    ) 
    public void Insert( 
       int index,
       ReportItem item
    )

    Parameters

    index
    The index where to insert the object.
    item
    The object to insert.
    See Also