I've created a report (not CR) in VB.net, and I'm able to view the report using a report viewer, however, I want to be able to export this report as a PDF file. How do I do that?
The way i've done it is to install a pdf converter like pdf995 (which looks like a printer) and it up to run in 'quiet' mode (no dialogs to screen) then programmatically save the default printer, change the default printer to the pdf995 one, print then change the default printer back.
In my case all done via a webbrowser object - dont know how you would do it in report view - the major problem being if you want to use the created file straight away (eg emailing or such) you have to wait for the conversion to finish which runs in the background
see
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.