Reporting Services – problem with passing parameters directly in the URL
In one of the projects I had to create reports (using Reporting Services) that then should be accessible from the application I’ve been developing.
As the first thing I created the reports themselves (RDL files), deployed them using the Report Manager (more often http://localhost/Reports
or http://localhost/Reports$SQLExpress
), and configured so I could access them. However, each time I accessed a …
Reporting Services – deploying RDL files
In this post I’ll describe how to deploy RDL files using Report Manager (more often http://localhost/Reports
or http://localhost/Reports$SQLExpress
).
Note: This description applies to the situation where Microsoft SQL Server is used.
- Go to Report Manager
- Too keep all clean, you can create a folder in which you will keep all your reports
- Create the data source, if not yet
- 1
- 2