SQL Server Reporting Services (SSRS) is Microsoft’s server-based reporting platform that includes a variety of tools to help you create, manage and deliver reports throughout your organization. With Reporting Services you can define interactive, tabular, or free-form reports from relational, multidimensional or XML-based data sources. In addition, you can publish, access and schedule reports on-demand.
Reporting Services tools work hand-in-hand within the Microsoft Visual Studio environment and are fully integrated with SQL Server tools.
These reporting services also enable developers to integrate or extend data and report processing using custom applications, such as JAMS.
SQL Server Reporting Services can be natively scheduled within JAMS (v. 6.3.24 and later), by using the built-in SSRS Execution Method.
![]() |
NOTE: When using the SSRS Execution Method, the Source of the Job should be used to save reports to a physical location. The Report section is used for Emailing the Report. In order to Email the Report, users must have an SMTP Server configured, and the user running the SSRS Job must have access to the network location where they want to save the report. |
![]() |
Note: SQL Reporting Services in JAMS only works with SQL Server 2012 and later. |
Users must first define a Job that can work with SSRS. This is done by first creating a JAMS Job using the SSRS Execution Method, then setting up a JAMS Report for that Job.
Enter a unique name for the report to be added to the current Job. This name is not tied to SSRS.
This property identifies where the output file is saved after the report has been generated. A filename and extension are then generated automatically. If a path is not specified, then no output files are written when the report is generated.
For this property enter only email addresses to send the generated report file. If multiple email addresses are needed, they should be separated by semi-colons or commas.
Once both the File Name and Print Queue properties are specified then the report is saved and emailed to any listed recipients.