See Also

Viewer Class  | Viewer Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

Dispose Method

[Visual Basic]
Public Sub Dispose()
[C#]
public void Dispose();

Remarks

If you call Dispose() on the Document object, all items contained within that object will be disposed of, so if you want to use an item, please remove it from the Document object before Dispose() is called.  If you want access to a page that is contained in the Pages collection of the Document object, please remove it from the Pages collection before you call Dispose() on the Document object.

See Also

Viewer Class  | Viewer Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.