PowerTools ActiveReports for .NET 9.0J
Dispose() メソッド
使用例 

レポートインスタンスをメモリから解放します。
構文
'宣言
 
Public Sub Dispose() 
public void Dispose()
使用例
rpt.Document.Dispose(); 
rpt.Dispose(); 
rpt=null;
rpt.Document.Dispose()
rpt.Dispose()
rpt=Nothing
参照

関連項目

SectionReport クラス
SectionReport メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.