We have developed an application in ASP.Net and SilverLight. We are using SSRS 2008 Reports. We need to print the reports on Client Side.
There is a report to print Invoice with Invoice No. as Parameter.
My Client needs to print this report for multiple Invoices. He wants to Select Multiple Invoice Nos and click print button, and without any preview, the reports should print for all Invoices selected.
So the single report will be printed multiple times with different parameters
Is this possible? If yes, Please guide.