ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayerCollection Class / LayerCollection Constructor
The Report to which collection belongs.

In This Topic
    LayerCollection Constructor
    In This Topic
    Initializes a new collection of Layers.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As Report _
    )
    public LayerCollection( 
       Report report
    )

    Parameters

    report
    The Report to which collection belongs.
    See Also