ActiveReports Developer 7
SectionDocument Constructor(String)
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document Namespace > SectionDocument Class > SectionDocument Constructor : SectionDocument Constructor(String)

name
The name of the Document.

Glossary Item Box

Creates a new instance of the Document class with a specified Document name.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As System.String _
)
C# 
public SectionDocument( 
   System.string name
)

Parameters

name
The name of the Document.

See Also