There are two ways to upload your report to DiscountASP.NET Reporting Services Server:
- Use the built-in upload function of the Report Manager
- Login to the report Interface (can be found in Control Panel RS Manager)
- Navigate to the reports folder
- Use the Upload Report Feature
- Use Visual Studio .NET 2005 to upload
- Set up Visual Studio .NET 2005 for deployment
- Right Click on the report project. Select "Properties"
- Under the deployment section:
- Set Target DataSourceFolder to Root Path value in the control panel (or Root Path plus any sub folder if you wish)
- Set TargeReportFolder to Root Path value in the control panel (or Root Path plus any sub folder if you wish)
- Set TargetServerURL to https://URL/ReportServer, where URL is the Report Server URL value in the control panel
- To deploy your reports:
- Right Click on the report project. Select "deploy"
- Input your username and password when prompted
- Visual Studio .NET will upload all your reports, data sources, and resources to the Reporting Services Server