User-219423983 posted
Hi tech_ssrs,<!--?xml:namespace
prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--><o:p></o:p>
I have found the following thread that may be posted on other forums by you and it has got an answer.<o:p></o:p>
http://www.codeproject.com/Questions/1099089/Multiple-SSRS-reports-on-single-webpage-with-dynam<o:p></o:p>
The method is good for you and you’d better have a look. The key point of your needs is how to get the parameters based on a report server. For this, you could
have a look at below thread which shows a demo for achieve this goal by using
Report Service SOAP API.<o:p></o:p>
http://stackoverflow.com/questions/3296682/how-do-i-get-a-list-of-the-reports-available-on-a-reporting-services-instance<o:p></o:p>
Then, you could use a dropdownlist to show all of the Report URL. When you change the DropDownList, you could dynamically load the related parameters to the first half
page with dynamical controls. Here, about dynamically creating server control to web page, you could refer to below article.<o:p></o:p>
https://msdn.microsoft.com/en-us/library/kyt0fzt1.aspx<o:p></o:p>
Best Regards, <o:p></o:p>
Weibo
Zhang<o:p></o:p>