PowerTools ActiveReports for .NET 11.0J
TiffExport クラス
メンバ  使用例 

ActiveReportsドキュメントからTIFFファイルを作成するための機能を提供します。
オブジェクト モデル
TiffExport クラス
構文
使用例
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")
ActiveReport1 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");
継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport

参照

関連項目

TiffExport メンバ
GrapeCity.ActiveReports.Export.Image.Tiff.Section 名前空間

 

 


©2003-2017 GrapeCity inc. All rights reserved.