-
I'm returning a bunch of data from a database out to the user's browser using ASP.When it comes up in HTML it is not exactly printer friendly.
What I am working on right now is piping the results out to Word.. but that may not be the best solution.
I've noticed on this page, in the top right corner there is a "Printable version" icon. How does that work? And could this be useful to me?
If not, is there easier way to generate reports in ASP?
tx
d8
-
Printable reports
We are using ACtive Reports to generate PDF files of reports.
This will help user to view and print reports having many pages.
Server should be having active reports installed and the client should be having acrobat reader to view the PDF fiels.
Check these sites for details
http://www.adobe.com
http://www.datadynamics.com
Ramdas
-