asp.net - Print Multiple Reports on Client Side with SSRS -


we have developed application in asp.net , silverlight. using ssrs 2008 reports. need print reports on client side.

there report print invoice invoice no. parameter.

my client needs print report multiple invoices. wants select multiple invoice nos , click print button, , without preview, reports should print invoices selected.

so single report printed multiple times different parameters

is possible? if yes, please guide.

create new report has multi-valued invoiceno parameter, , list in body of report. list generate 1 list item every invoiceno chosen in parameter. inside list sub-report calls existing single-invoice report. pass invoice number list item subreport. put page break between items in list. have single report 1 page per invoice.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -