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.

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

    Parameters

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