Another question, can we stream it? We stream our reports to PDF in our EWF application. Is this possible without saving the file first and then reading the file into a memory stream?
If you are previewing and printing these reports at runtime, you need to add ppPDFDevice to your "uses" clause in order to register the PDF device. Also be sure you have the Report.AllowPrintToFile property set to True.
Comments
application. Is this possible without saving the file first and then reading
the file into a memory stream?
Thanks.
SMP.
If you are previewing and printing these reports at runtime, you need to add
ppPDFDevice to your "uses" clause in order to register the PDF device. Also
be sure you have the Report.AllowPrintToFile property set to True.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Currently the PDF device is only capable of outputing to a file. This would
be a nice feature perhaps for a later release.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com