GrapeCity.ActiveReports.Export.Image.v9 アセンブリ > GrapeCity.ActiveReports.Export.Image.Tiff.Section 名前空間 : TiffExport クラス |
'宣言 Public Class TiffExport Inherits System.ComponentModel.Component Implements GrapeCity.ActiveReports.Export.IDocumentExport, GrapeCity.ActiveReports.Export.IDocumentExportEx
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