ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / Dispose() Method

In This Topic
    Dispose() Method
    In This Topic
    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
    'Declaration
     
    Public Sub Dispose() 
    public void Dispose()
    See Also