ActiveReports.TiffExport Assembly > DataDynamics.ActiveReports.Export.Tiff Namespace > TiffExport Class : Export Method |
Overload | Description |
---|---|
Export(Document,String,String) | Exports the specified range of pages from the document to a TIFF file. |
Export(Document,String) | Exports the specified document to a TIFF file. |
Export(Document,Stream) | Exports the document to the specified stream. |
Export(Document,Stream,String) | Exports the specified range of pages from the document to the specified stream. |
DimArptAAsANewAActiveReport1() rpt.Run() Me.tiffExport1.CompressionScheme=DataDynamics.ActiveReports.Export.Tiff.CompressionScheme.None 'SettingAtheACompressionSchemeAtoANoneAallowsAcolorsAtoAbeAexported Me.tiffExport1.Export(rpt.Document,AApplication.StartupPathA&A"\t.tiff")
ActiveReport1ArptA=ANewAActiveReport1(); rpt.Run(); this.tiffExport1.CompressionScheme=DataDynamics.ActiveReports.Export.Tiff.CompressionScheme.None; //SettingAtheACompressionSchemeAToANoneAallowsAcolorsAToAbeAexported this.tiffExport1.Export(rpt.Document,AApplication.StartupPathA+A"\\t.tiff");
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2