SQL Server Video Reporting Services (SSRS) RS.EXE Utility

By:   |   Comments   |   Related: > Reporting Services Configuration




Problem / Solution

The SQL Server Reporting Services RS.EXE utility is a command line utility that can perform many scripted operations related to SQL Server Reporting Services (SSRS). In this video tip we cover using the tool to export a report from the ReportServer to local directory in way similar to the Subscription functionality.

The utility has two required arguments:

  • -i : denotes the input file, including the full or relative path, which will be run by RS.exe. This file must be written in Visual Basic .Net code and must have an rss extension
  • -s : denotes the SSRS server URL, such as http://myserver/ReportServer or https://myserver/ReportServer. The http:// or https:// prefix is optional.

Additional arguments can be passed to the utility at runtime including the "-v" argument which allows variables to be passed to the script.

The RS.exe program is generally found in the default installation directory: Tools> Binn directory; for my SQL Server 2012 installation the file was located in: C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn.

Key Learning Items
  • How to use the RS.EXE utility for SSRS
  • Using RS.EXE to export SQL Server Reporting Services reports
  • Using RS.EXE to run and save report as an Excel format
  • Using RS.EXE to run and save report as a PDF document
Read Companion Tip

Click Here



sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Scott Murray Scott Murray has a passion for crafting BI Solutions with SharePoint, SSAS, OLAP and SSRS.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article

















get free sql tips
agree to terms