PowerTools ActiveReports for .NET 11.0J
Export(SectionDocument,Stream) メソッド

エクスポートするActiveReportsのDocumentオブジェクト。
ドキュメントを保存するSystem.IO.Stream。
指定したドキュメントをExcel形式でストリームにエクスポートします。
構文
'宣言
 
Public Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal outputStream As Stream _
) 
public void Export( 
   SectionDocument document,
   Stream outputStream
)

パラメータ

document
エクスポートするActiveReportsのDocumentオブジェクト。
outputStream
ドキュメントを保存するSystem.IO.Stream。
参照

関連項目

XlsExport クラス
XlsExport メンバ
オーバーロード一覧

 

 


©2003-2017 GrapeCity inc. All rights reserved.