ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Layer Class / Layer Constructor / Layer Constructor(String)
A System.String value indicating the name of the layer.

Layer Constructor(String)
Initializes a new instance of the Layer class using a specified name.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String _
)
 

Parameters

name
A System.String value indicating the name of the layer.
Exceptions
ExceptionDescription
Throws if name is null or empty.
See Also