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

Glossary Item Box

If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc.

Syntax

Visual Basic (Declaration) 
Public Sub Dispose() 
C# 
public void Dispose()

See Also