Using SSRS in ASP.NET 1.1
问题 Is it possible to use SSRS for reports in an ASP.NET 1.1 application? Is there a report viewer control for ASP.NET 1.1? If not is there any workaround for this? 回答1: One way you can get around it is to use the querystring commands that Reporting Services makes available and serve up the reports in PDF format (or in any of the other deliverable formats to the end user). Reporting Services itself requires .NET 2.0 to run on its own, so there is no actual controller for displaying the reports