MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayerCollection Class / LayerCollection Constructor
The Report to which this collection belongs.

LayerCollection Constructor
Initializes a new instance of the LayerCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal report As Report _
)
 

Parameters

report
The Report to which this collection belongs.
Exceptions
ExceptionDescription
Thrown if report is null.
See Also