One of your issues may come down to report parameters. How are you going to handle various parameter sets for each report?
I would suggest some code and a GridView or Listbox to select. You could use some javascript to hold the report names in order that the user selects them and (for example) show the selections to the right of the grid.
Member
355 Points
1551 Posts
Re: web form app accessing ssrs 2012 reports
Dec 29, 2015 03:41 PM|dlchase|LINK
One of your issues may come down to report parameters. How are you going to handle various parameter sets for each report?
I would suggest some code and a GridView or Listbox to select. You could use some javascript to hold the report names in order that the user selects them and (for example) show the selections to the right of the grid.
Just some thoughts...