Runtime Export has fewer options than Design Time
Runtime Export has fewer options than Design Time
Why does my VCL 7.07 TeeChart have design time PDF as an export option, but at runtime, it is no longer available?
Hi.
To have a pdf image format listed in the export dialog at runtime, you have to add TeePDFCanvas unit to the Uses section:
This will automatically add "PDF" to export format list. The same rule applies to other export formats (VLM = TeeVMLCanvas, PNG = TeePNG, ...)
To have a pdf image format listed in the export dialog at runtime, you have to add TeePDFCanvas unit to the Uses section:
Code: Select all
Uses ..., TeePDFCanvas;
Marjan Slatinek,
http://www.steema.com
http://www.steema.com