ActiveReports 6 Online Help
Export Method (TiffExport)
Example 

Exports the specified document to TIFF format.
Overload List
OverloadDescription
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.  
Example
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");
Requirements

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

See Also

Reference

TiffExport Class
TiffExport Members

Send Feedback