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

GrapeCity.ActiveReports.Export.Pdf アセンブリ > GrapeCity.ActiveReports.Export.Pdf.Section 名前空間 > PdfExport クラス > Export メソッド : 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 メンバ
オーバーロード一覧