Ok not sure if this is where im meant to post my problem. But currently i'm generating a report through a webpage coded using vb.net.
I create the reporitng service and set the credentials and then set the render arguments. i then call the reportingservic es.render method to generate the report which all works fine. Currently the report takes in one paramater, in this case a invoice number and the report returned is an invoice. The report returned is a PDF file.
Now i'm wondering is there anyway to have the reporting service recieve multiple invoice numbers as a parameter and in return prints ALL invoices into one pdf file?
I create the reporitng service and set the credentials and then set the render arguments. i then call the reportingservic es.render method to generate the report which all works fine. Currently the report takes in one paramater, in this case a invoice number and the report returned is an invoice. The report returned is a PDF file.
Now i'm wondering is there anyway to have the reporting service recieve multiple invoice numbers as a parameter and in return prints ALL invoices into one pdf file?
Comment