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

GrapeCity.ActiveReports.Export.Image アセンブリ > GrapeCity.ActiveReports.Export.Image.Tiff.Section 名前空間 > TiffExport クラス > Export メソッド : Export(SectionDocument,String,String) メソッド
エクスポートするActiveReportsのDocumentオブジェクト。
TIFFファイルを保存するファイル名とパス。
エクスポートするページを、カンマで区切って指定するか、2-8のように開始ページと終了ページを指定します。
指定したドキュメントをTIFFファイルにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal filePath As String, _
   ByVal pageRange As String _
) 
public void Export( 
   SectionDocument document,
   string filePath,
   string pageRange
)

パラメータ

document
エクスポートするActiveReportsのDocumentオブジェクト。
filePath
TIFFファイルを保存するファイル名とパス。
pageRange
エクスポートするページを、カンマで区切って指定するか、2-8のように開始ページと終了ページを指定します。
使用例
Dim rpt As New SectionReport1()
rpt.Run()
Me.tiffExport1.CompressionScheme = GrapeCity.ActiveReports.Export.Image.Tiff.Section.CompressionScheme.None
'色をエクスポートするためにCompressionSchemeをNoneに設定します。
Me.tiffExport1.Export(rpt.Document,Application.StartupPath & "\t.tiff", "1-2")
SectionReport1 rpt = new SectionReport1();
rpt.Run();
this.tiffExport1.CompressionScheme = GrapeCity.ActiveReports.Export.Image.Tiff.Section.CompressionScheme.None;
// 色をエクスポートするためにCompressionSchemeをNoneに設定します。
this.tiffExport1.Export(rpt.Document, Application.StartupPath + "\\t.tiff", "1-2");
参照

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