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

GrapeCity.ActiveReports.Export.Pdf アセンブリ > GrapeCity.ActiveReports.Export.Pdf.Section 名前空間 > PdfExport クラス > Export メソッド : Export(SectionDocument,Stream) メソッド
エクスポートするActiveReportsのDocumentオブジェクト。
PDFドキュメントを保存するSystem.IO.Stream。
指定したドキュメントをPDFストリームにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal stream As Stream _
) 
public void Export( 
   SectionDocument document,
   Stream stream
)

パラメータ

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

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