Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Swifty_Programmer
Starting Member
2 Posts |
Posted - 2011-07-20 : 08:59:46
|
SSRS 2008 R2 print server report on ASP.NET serverLawrence posted at Wednesday, July 20, 2011 8:44 AMHi,We're developing a C# ASP.NET website (4.0).Using DB and SSRS MS SQL 2008 R2.One of the pages is used to manage 'TransportLists'.I was able to create a Serverreport (with subreports),deploy it to the SSRS and in the managing website of SSRS I can call the report and view it.I also succeeded to show it on a page in a reportviewer.What I need:I want to print directly (without going to the page with the reportviewer) the report,but not on a client printer but on a printer known by the server.The articles that I found, were pretty difficult to implement, and were handling the printing on client side.I'm looking for somthing quite simple as calling the report (through webservice or reportviewer) and then sayPrint(report, printer) //with printer being installed on the IIS-serverCould anyone help me find this solution?Thanks!Is this IT? |
|
|
|
|