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
Post a Comment