'宣言
Public Class TiffExport Inherits System.ComponentModel.Component Implements GrapeCity.ActiveReports.Export.IDocumentExport
public class TiffExport : System.ComponentModel.Component, GrapeCity.ActiveReports.Export.IDocumentExport
'宣言
Public Class TiffExport Inherits System.ComponentModel.Component Implements GrapeCity.ActiveReports.Export.IDocumentExport
public class TiffExport : System.ComponentModel.Component, GrapeCity.ActiveReports.Export.IDocumentExport
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