How do I publish or deploy my report?

  • The Report Manager Web interface. You can upload your report file (.rdl) and data source file (.rds) to your report folder. Browse to
    https://ssrs.outsourceis.com
    and login with your username and password. Click the ‘My Reports’ link to access your report folder and then click ‘Upload File’. Browse to your file, give it a name, you may select to ‘overwrite item if it exists’, and click ‘OK’.
  • The Report Designer in VisualStudio.NET 2003. Before you deploy your report, you’ll need to set the project properties so that it will point to https://ssrs.oissite.com/reportserver . This can be done in 'Solution Explorer' within Visual Studio.Net. Right-click the report name and select 'Properties'. Set the 'TargetServerURL' to https://ssrs.oissite.com/reportserver and set the 'TargetFolder' to '/My Reports/TargetFolderOfChoice'. Then, you simply right-click your report project and select 'Deploy' from the menu. After the report project is compiled, you will be prompted to provide authentication information for the Report Server. Once your report has been successfully uploaded to the Report Server you will be able to browse to the Report Server or Report Manager to view and manage your report.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can I get more information on SQL Reporting Services?

There are many resources available for SQL Reporting Services, but SQL Reporting Services Books...

How do I allow people to view my reports via my website? Do you have a sample HTML link I can use to reference my reports?

The Report Server is accessible through URL requests. URL requests contain parameters that are...

How do I get a copy of Report Designer?

To gain access to Report Designer, you must have a license for SQL Server and Visual Studio....

What is SQL Reporting Services?

Microsoft® SQL Server™ 2005 Reporting Services is a new server-based reporting platform...