ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Layer Class / Layer Constructor / Layer Constructor(String)
The name of layer.

In This Topic
    Layer Constructor(String)
    In This Topic
    Initializes a new layer with specified name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public Layer( 
       string name
    )

    Parameters

    name
    The name of layer.
    See Also