ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / SectionDocument Constructor / SectionDocument Constructor(String)
The name.

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

    Parameters

    name
    The name.
    See Also