ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayerCollection Class / Add Method
The Layer to add to the LayerCollection.

In This Topic
    Add Method (LayerCollection)
    In This Topic
    Adds a Layer to the LayerCollection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As Layer _
    ) 
    public void Add( 
       Layer item
    )

    Parameters

    item
    The Layer to add to the LayerCollection.
    See Also