User-2077234827 posted
Hi all,
I'm very new to SSRS. Please help.
Say I have a report that takes in an employee id and displays his information. Using ASP.NET, I am able to pass the parameter (the id) to the report server and receive the byte() when I call obj.ServerReport.Render(). That byte() represents a
page in one pdf file. However, I would like to pass in a list of IDs and receive byte() that contain multiple pages in one pdf file.
Is this possible? Can someone help me or point me to the right direction?
Thanks all,
Harrison