I want to create a series of reports for the business and I'm not sure how to proceed. We have SSRS set up and I'm creating my reports in Visual Studio and deploying them to the SSRS server. I want to create a landing page with links to all of the reports, which I'm assuming I can do in ASP .NET, but I'm not sure how to set up the report viewer properly. Can someone point me to tutorials that would guide me through this?
Is it possible to have a generic page with a report viewer and pass the report name to it as a query string parameter? How do I style the reports (css) when I do things this way? Can I pass parameters to the reports?