ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / SectionDocument Constructor / SectionDocument Constructor(String)
A System.String value representing the name of the document.

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
    A System.String value representing the name of the document.
    See Also