Answered by:
Formatted reports What is the best option?

Question
-
User97634337 posted
Hi Guys,
I require some advice on creating the best solution for a formatted report that could pring on command.
For example, If i want to Print an Invoice, Goods Receipts note etc. All of these are pretty standard Reports that the format won't change a lot.
Would It be a good thing to deploy one RDL to handle these types of reports and print them?
What would be the best option for deploying such a technology? Or should I just use Crystal reports as a viable option?
Any advice will be greatly appreciated.
Regards
Jacques
Wednesday, March 14, 2012 10:40 PM
Answers
-
User2105670541 posted
just try to follow the steps in below link:
that helps you to generate a report programatically, you can later use the buffer byte to print that rather then displaying them on users browser.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, March 16, 2012 12:16 AM
All replies
-
User306743125 posted
I use SSRS and in my asp.net I often use the ReportViewer....it should fit your requirement perfectly.Thursday, March 15, 2012 1:01 AM -
User97634337 posted
Cool, I do not neccesarly want the user to see the Report before printing. So would this be a viable solution?
http://www.codeproject.com/KB/reporting-services/RsClientPrint.aspx?display=Print
Thursday, March 15, 2012 1:20 AM -
User306743125 posted
Oh, I see. Out of the box, I don't think that will be possible with the reportviewer. I took a quick look at your link...that might just be the answer.Thursday, March 15, 2012 1:36 AM -
User2105670541 posted
just try to follow the steps in below link:
that helps you to generate a report programatically, you can later use the buffer byte to print that rather then displaying them on users browser.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, March 16, 2012 12:16 AM