Search the Wiki

Viewing 184 to 186 of 409 items

Add-On Devices

TECH TIP: Available Add-on Devices Gnostice eDocEngine Vcl – www.gnostice.com WPCuped wPDF – www.wpcubed.com Sybrex Systems llPDFLib – www.sybrex.com

0

TIFF Image Export

Exporting report to TIFF format images can be done in two ways. 1. Windows Imaging Component (Delphi 2010 or later) Delphi 2010 and later include Windows Imaging Component (WIC) support. This can be used to create and view numerous image formats including TIFF. In order to utilize this feature with ReportBuilder, add ppWICDevice to your  Full Article…

0

Image Device Fundamentals

The Image device descendents give the capability to easily export any report to various image formats which can be viewed using an image viewer or editor. Begin by setting the Report.AllowPrintToFile property to True to enable the Print To File section of the Print Dialog. The print dialog can be bypassed by setting the Report.DeviceType  Full Article…

0