Lesson 3: Define a data-driven subscription
In this Reporting Services tutorial lesson, you use the Reporting Services web portal's data-driven subscription pages to connect to a subscription data source. You then build a query that retrieves subscription data, and you map the result set to report and delivery options.
Note
Before you start, verify that SQL Server Agent service is running. If it is not running, you cannot save the subscription. One method for verification is to open the SQL Server Configuration Manager. This lesson assumes you completed Lesson 1 and Lesson 2 and that the report data source uses stored credentials. For more information, see Lesson 2: Modifying the report data Source properties
Start the data-driven Subscription Wizard
In Reporting Services web portal, select Home, and navigate to the folder containing the Sales Orders report.
In the context menu of the report, select Manage, and then choose Subscriptions in the left pane.
Select + New Subscription. If you don't see this button, you don't have Content Manager permissions.
Define a description
- Type Sales Order delivery in description.
Type
- Select Data-driven subscription.
Schedule
- In the schedule section, select Report-specific schedule.
- Select Edit schedule.
- In Schedule Details, select Once.
- Specify a start time that is a few minutes ahead of the current time.
- Specify the Start and end dates.
- Select Apply.
Destination
- In the Destination section, select Windows File Share for the method of delivery.
Dataset
Select Edit Dataset.
Select A custom data source.
Select Microsoft SQL Server as the data source Connection type.
In Connection string, type the following connection string. Subscribers is the database you created in lesson 1.
data source=localhost; initial catalog=Subscribers
Credentials
- Select Using the following credentials.
- Select Windows user name and password.
- In User Name and Password, type your domain user name and password. Include both the domain and user account when specifying User Name.
Note
Credentials used to connect to a subscriber data source are not passed back to Management Studio. If you modify the subscription later, you must retype the password used to connect to the data source.
Query
In the query box, type the following query:
Select * from OrderInfo
Specify a time-out of 30 seconds.
Select Validate query, and then choose Apply.
Delivery options
Fill in the following values:
Parameter | Source of value | Value/field |
---|---|---|
File name | Get value from dataset | Order |
Path | Enter value | In the Value, type the name of a public file share for which you have write permissions (for example, \\mycomputer\public\myreports ). |
Render Format | Get value from dataset | Format |
Enter value | Autoincrement | |
File Extension | Enter value | True |
User Name | Enter value | Type your domain user account. Enter it in this format: <domain>\<account>. The user account needs to have permissions to the path you configured. |
Password | Enter value | Type your password |
Use file share account | Enter value | False |
Report parameters
- In the OrderNumber field, select Get value from dataset. In Value, select Order.
- Select Create Subscription.