ASP / VB.NET 7.1
Hello,
I spent alot of time trying to create a Crystal Report in .NET to run off a stored procedure. Finally, I have the report up and running off of user selected values from an aspx page. Beautiful.
Only one issue: printing. It stinks. The report looks great in the browser, all the information is there and you can flip from page to page. But when you go to print, information is truncated and it looks like fecal matter. As a bonus, it only prints the current screen instead of all pages in the document.
Through the course of getting this report to work I've seen talk of exporting to a Word document or PDF. I'd really like find a way to print the report (all of it). If anyone can give me direction on how to export the document into M$ Word (all of our clients have that installed - most are on dial-up so PDF's are kinda taboo) it'd be greatly appreciated.
Thanks in advance for any/all help!
-Jason
Hello,
I spent alot of time trying to create a Crystal Report in .NET to run off a stored procedure. Finally, I have the report up and running off of user selected values from an aspx page. Beautiful.
Only one issue: printing. It stinks. The report looks great in the browser, all the information is there and you can flip from page to page. But when you go to print, information is truncated and it looks like fecal matter. As a bonus, it only prints the current screen instead of all pages in the document.
Through the course of getting this report to work I've seen talk of exporting to a Word document or PDF. I'd really like find a way to print the report (all of it). If anyone can give me direction on how to export the document into M$ Word (all of our clients have that installed - most are on dial-up so PDF's are kinda taboo) it'd be greatly appreciated.
Thanks in advance for any/all help!
-Jason