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

エクスポートするActiveReportsのDocumentオブジェクト。
PDFドキュメントを保存するSystem.IO.Stream。
エクスポートするページを、カンマで区切って指定するか、2-8のように開始ページと終了ページを指定します。
指定したドキュメントをPDFストリームにエクスポートします。
構文
'宣言
 
Public Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal stream As Stream, _
   ByVal pageRange As String _
) 
public void Export( 
   SectionDocument document,
   Stream stream,
   string pageRange
)

パラメータ

document
エクスポートするActiveReportsのDocumentオブジェクト。
stream
PDFドキュメントを保存するSystem.IO.Stream。
pageRange
エクスポートするページを、カンマで区切って指定するか、2-8のように開始ページと終了ページを指定します。
参照

関連項目

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

 

 


©2003-2015 GrapeCity inc. All rights reserved.