Appending PDF exports

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bpetty
Newbie
Newbie
Posts: 7
Joined: Fri Jan 20, 2006 12:00 am
Location: Texas
Contact:

Appending PDF exports

Post by bpetty » Wed Feb 08, 2006 8:10 pm

All of the routines available seem to create an individual file for PDF. I need to write a report to a PDF file which includes other information than what is on a TeeChart. Is there currently a way to do this? If this is not available from Steema, is there another company which provides routines for doing this? I am using QuickReport and QRDesign but they don't send the TeeChart with PDF.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Feb 13, 2006 3:26 pm

Hi,

if your case, if you want to use it into a QrDesign hte best option would be to use a TQRImage for displaying charts. The procedure is more less simple:

1) Don't use TQRChart for reports. Instead, use regular TDBChart.
2) To show/print TDBChart, first create a temporary metafile and assign it
to TQRImage. The end result is TDBChart "image", displayed in report.

Post Reply