DiscountASP.NET Support Portal
Language
 
Home>Knowledge Base>Databases>Reporting Service MS SQL 2008>How do I deploy reports to SQL Reporting Service 2008 Server?
Information
Article ID703
Created On10/13/2009
Modified10/13/2009
How do I deploy reports to SQL Reporting Service 2008 Server?
There are two ways to upload your report to DiscountASP.NET Reporting Services Server:
  1. 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
  2. Use Visual Studio .NET 2008 to upload
    • Set up Visual Studio .NET 2008 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