ActiveReports 9
Dispose Method (SectionDocument)

Releases the Document instance from memory.
Overload List
OverloadDescription
DisposeIf 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.  
Remarks
Calling Dispose() on the Document object disposes of all objects contained in that Document object.  Therefore, it is necessary to remove any items which will still need to be used prior to calling the Dispose() method.  Similarly, to obtain access to any Pages in the Document object's Pages collection, those Pages need to be removed from the Pages collection prior to calling the Dispose() method of the Document object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SectionDocument Class
SectionDocument Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum