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 _
)
 

Parameters

name
A System.String value representing the name of the document.
See Also