
CR 8.5 -- Can you stream to PDF?
Got the export to PDF feature working fine. This uses the file system
though.
We want to use the reports in an ASP web application. Our ideal would be to
stream the file and bypass a read and write from the file system so that we
don't have to allow write permissions on a directory for IUSR_[machine].
Has anyone achieved this? Can it be done? I can't find it in the
documentation anywhere so I figured I'd ask here. TIA for any advice or
help.