ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayerCollection Class / Insert Method
The zero-based index at which item should be inserted.
The Layer to insert into the LayerCollection.

In This Topic
    Insert Method (LayerCollection)
    In This Topic
    Inserts a layer to the LayerCollection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As Layer _
    ) 
    public void Insert( 
       int index,
       Layer item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The Layer to insert into the LayerCollection.
    See Also