You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reporting-services/lesson-3-defining-a-data-driven-subscription.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Lesson 3: Defining a Data-Driven Subscription | Microsoft Docs"
3
-
ms.date: 05/26/2016
3
+
ms.date: 06/06/2019
4
4
ms.prod: reporting-services
5
5
ms.prod_service: "reporting-services-native"
6
6
ms.technology: reporting-services
@@ -11,10 +11,10 @@ author: maggiesMSFT
11
11
ms.author: maggies
12
12
---
13
13
# Lesson 3: Defining a Data-Driven Subscription
14
-
In this [!INCLUDE[ssRSnoversion_md](../includes/ssrsnoversion-md.md)] tutorial lesson, you use the [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)] web portals data-driven subscription pages to connect to a subscription data source, build a query that retrieves subscription data, and map the result set to report and delivery options.
14
+
In this [!INCLUDE[ssRSnoversion_md](../includes/ssrsnoversion-md.md)] tutorial lesson, you use the [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)] web portal's data-driven subscription pages to connect to a subscription data source, build a query that retrieves subscription data, and map the result set to report and delivery options.
15
15
16
16
> [!NOTE]
17
-
> Before you start, verify that **[!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] 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 Manger](../relational-databases/sql-server-configuration-manager.md).
17
+
> Before you start, verify that **[!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] 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](../relational-databases/sql-server-configuration-manager.md).
18
18
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](../reporting-services/lesson-2-modifying-the-report-data-source-properties.md)
19
19
20
20
## <aname="bkmk_startwizard"></a>Start the Data-Driven Subscription Wizard
@@ -23,7 +23,7 @@ This lesson assumes you completed Lesson 1 and Lesson 2 and that the report data
23
23
24
24
2. In the context menu  of the report, click **Manage**, and then click **Subscriptions** in the left pane.
25
25
26
-
3.Click **+ New Subscription**. If you do not see this button, you do not have Content Manager permissions.
26
+
3. Click **+ New Subscription**. If you do not see this button, you do not have Content Manager permissions.
27
27
28
28
## Define a description
29
29
1. Type **Sales Order delivery** in description.
@@ -34,9 +34,10 @@ This lesson assumes you completed Lesson 1 and Lesson 2 and that the report data
34
34
## Schedule
35
35
1. In the schedule section click **Report-specific schedule**.
36
36
2. Click **Edit schedule**.
37
-
3. In **Schedule Details**, click **Once**.
38
-
4. Specify a start time that is a few minutes ahead of the current time.
39
-
5. Click **Apply**.
37
+
3. In **Schedule Details**, click **Once**.
38
+
4. Specify a start time that is a few minutes ahead of the current time.
39
+
5. Specify the *Start and end dates**.
40
+
6. Select **Apply**.
40
41
41
42
## Destination
42
43
1. In the Destination section, Select **Windows File Share** for the method of delivery.
@@ -78,24 +79,25 @@ Parameter |Source of value | Value/field
78
79
**File name** |Get value from dataset | Order
79
80
**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`).
80
81
**Render Format** | Get value from dataset | Format
81
-
**Write mode**| Enter Value| Autoincrement
82
-
**File Extension** |Enter Value |True
83
-
**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.
84
-
**Password** | Enter Value | Type your password
82
+
**Write mode**| Enter value| Autoincrement
83
+
**File Extension** |Enter value |True
84
+
**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.
85
+
**Password** | Enter value | Type your password
86
+
**Use file share account** | Enter value | False
85
87
86
88
## Report parameters
87
89
1. In the **OrderNumber** field , select **Get value from dataset**. In Value, select **Order**.
88
-
2. Click **Create Subscription**.
90
+
2. Select **Create Subscription**.
89
91
90
-
## Next Steps
92
+
## Next steps
91
93
When the subscription runs, four report files will be delivered to the file share you specified, one for each order in the *Subscribers* data source. Each delivery should be unique in terms of data (the data should be order-specific), rendering format, and file format. You can open each report from the shared folder to verify that each version is customized based on the subscription options you defined.
92
94
93
95

94
96
95
-
The subscription page in the Web portal will contain the **Last Run** date and **Status** of the subscription.
97
+
The subscription page in the web portal will contain the **Last Run** date and **Status** of the subscription.
96
98
**Note:** Refresh the page after the subscription runs to see the updated information.
97
99
98
-

100
+

99
101
100
102
This step concludes the tutorial "Define a Data-Driven Subscription".
101
103
@@ -104,7 +106,4 @@ This step concludes the tutorial "Define a Data-Driven Subscription".
[Create, Modify, and Delete Data-Driven Subscriptions](../reporting-services/subscriptions/create-modify-and-delete-data-driven-subscriptions.md)
106
108
[Use an External Data Source for Subscriber Data (Data-Driven Subscription)](../reporting-services/subscriptions/use-an-external-data-source-for-subscriber-data-data-driven-subscription.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-server-sharepoint/reporting-services-report-server.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Reporting Services report server | Microsoft Docs"
3
-
ms.date: 09/25/2017
3
+
ms.date: 06/06/2019
4
4
ms.prod: reporting-services
5
5
ms.prod_service: "reporting-services-native"
6
6
ms.technology: report-server-sharepoint
@@ -49,7 +49,7 @@ A Reporting Services report server runs in one of two deployment modes; Native m
49
49
|**URL addressing**|Yes|URL addressing is different in SharePoint integrated mode. SharePoint URLs are used to reference reports, report models, shared data sources, and resources. The report server folder hierarchy is not used. If you have custom applications that rely on URL access as supported on a native mode report server, that functionality will no longer work when the report server is configured for SharePoint integration.<br /><br /> For more information on URL access, see [URL Access Parameter Reference](../../reporting-services/url-access-parameter-reference.md)|
50
50
|**Custom security extensions**|Yes|Reporting Services custom security extensions cannot be deployed or used on the report server. The report server includes a special-purpose security extension that is used whenever you configure a report server to run in SharePoint integrated mode. This security extension is an internal component, and it is required for integrated operations.|
51
51
|**Configuration Manager**|Yes|**\*\* Important \*\*** Configuration Manager cannot be used to manage a SharePoint mode report server. Instead, use SharePoint central administration.|
52
-
|**Report Manager**|Yes|Report Manager cannot be used to manage SharePoint mode. Use the SharePoint application pages. For more information, see [Reporting Services SharePoint Service and Service Applications](../../reporting-services/report-server-sharepoint/reporting-services-sharepoint-service-and-service-applications.md).|
52
+
|**Web poertal**|Yes|Web portal cannot be used to manage SharePoint mode. Use the SharePoint application pages. For more information, see [Reporting Services SharePoint Service and Service Applications](../../reporting-services/report-server-sharepoint/reporting-services-sharepoint-service-and-service-applications.md).|
53
53
|**Linked Reports**|Yes|No.|
54
54
|**My Reports**|Yes|No|
55
55
|**My Subscriptions** and batching methods.|Yes|No|
@@ -129,14 +129,12 @@ A Reporting Services report server runs in one of two deployment modes; Native m
129
129
130
130
## Related tasks
131
131
132
-
The following topics provide additional information on installing, using, and maintaining a report server:
132
+
The following articles provide additional information on installing, using, and maintaining a report server:
133
133
134
134
|Task|Link|
135
135
|----------|----------|
136
136
|Review Hardware and software requirements.|[Hardware and Software Requirements for Reporting Services in SharePoint Mode](https://msdn.microsoft.com/library/ed91877d-4f74-4266-a932-b824b4810c99).|
137
137
|Install Reporting Services in SharePoint mode.|[Install Reporting Services SharePoint Mode for SharePoint 2010](https://msdn.microsoft.com/47efa72e-1735-4387-8485-f8994fb08c8c)|
138
-
|If you are a Web developer or have expertise in creating cascading style sheets, you can modify the default styles at your own risk to change the colors, fonts, and layout of the toolbar or Report Manager. Neither the default style sheets nor instructions for modifying the style sheets are documented in this release.|[Customize Style Sheets for HTML Viewer and Report Manager](https://msdn.microsoft.com/library/df805cff-b1de-4062-b2ac-423f37390fbd)|
139
-
|Web developers who are familiar with HTML styles and Cascade Style Sheets (CSS) can use the information in this topic to determine which files can be modified to customize the appearance of Report Manager.|[Configure the Web Portal to Pass Custom Authentication Cookies](assetid:///91aeb053-149e-4562-ae4c-a688d0e1b2ba)|
140
138
|Explains how to tune the memory settings for the Report Server Web service and Windows service.|[Configure Available Memory for Report Server Applications](../../reporting-services/report-server/configure-available-memory-for-report-server-applications.md)|
141
139
|Explains recommended steps to configure are report server for remote administration.|[Configure a Report Server for Remote Administration](../../reporting-services/report-server/configure-a-report-server-for-remote-administration.md)|
142
140
|Provides instructions for configuring the availability of **My Reports** on a Native report server instance.|[Enable and Disable My Reports](../../reporting-services/report-server/enable-and-disable-my-reports.md)|
Copy file name to clipboardExpand all lines: docs/reporting-services/report-server/configure-report-builder-access.md
+13-21Lines changed: 13 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
7
7
author: maggiesMSFT
8
8
ms.author: maggies
9
9
manager: kfile
10
-
ms.date: 03/14/2017
10
+
ms.date: 06/06/2019
11
11
---
12
12
13
13
# Configure Report Builder Access
@@ -23,29 +23,19 @@ Access to Report Builder depends on the following factors:
23
23
24
24
## Prerequisites
25
25
26
-
Report Builder is not available in every edition of [!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server 2017](~/sql-server/editions-and-components-of-sql-server-2017.md).
26
+
Report Builder is not available in every edition of [!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server 2017](../../sql-server/editions-and-components-of-sql-server-2017.md).
27
27
28
-
The client computer must have the [!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)]2.0 installed. The [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] provides the infrastructure for running [!INCLUDE[ndptecclick](../../includes/ndptecclick-md.md)] applications.
28
+
The client computer must have the [!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)]4.6 or 4.6.1 installed for SSRS 2016 and 2017 respectively. The [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] provides the infrastructure for running [!INCLUDE[ndptecclick](../../includes/ndptecclick-md.md)] applications.
29
29
30
-
You must use [!INCLUDE[msCoName](../../includes/msconame-md.md)] Internet Explorer 6.0 or later.
30
+
You must use [!INCLUDE[msCoName](../../includes/msconame-md.md)] Internet Explorer 11 or later or another modern browser.
31
31
32
32
Report Builder always runs in full trust; you cannot configure it to run in partial trust. In previous releases, it was possible to run Report Builder in partial trust, but that option is not supported in [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)] and later versions.
33
33
34
-
## Enabling and Disabling Report Builder
35
-
36
-
Report Builder is enabled by default. Report server administrators have the option of disabling the Report Builder feature by setting the report server system property **EnableReportDesignClientDownload** to **false**. Setting this property will disable Report Builder downloads for that report server.
37
-
38
-
To set report server system properties, you can use Management Studio or script:
39
-
40
-
- To use Management Studio, connect to the report server and use the Advanced Server Properties page to set **EnableReportDesignClientDownload** to **false**. For more information about how to open this page, see [Set Report Server Properties (Management Studio)](../../reporting-services/tools/set-report-server-properties-management-studio.md).
41
-
42
-
- To view a sample script that sets a report server property, see [Script Deployment and Administrative Tasks](../../reporting-services/tools/script-deployment-and-administrative-tasks.md).
43
-
44
-
## Role Assignments Granting Report Builder Access on a Native Mode Report Server
34
+
## Role Assignments granting Report Builder access on a native mode Report Server
45
35
46
36
On a native mode report server, create user role assignments that include tasks for using Report Builder. You must be a Content Manager and System Administrator to create or modify role definitions and role assignments on items and at the site level.
47
37
48
-
The following instructions assume that you are using predefined roles. If you modified the role definitions or if you upgraded from SQL Server 2000, check the roles to verify they contain the necessary tasks. For more information about creating role assignments, see [Grant User Access to a Report Server (Report Manager)](../../reporting-services/security/grant-user-access-to-a-report-server-report-manager.md).
38
+
The following instructions assume that you are using predefined roles. If you modified the role definitions or if you upgraded from SQL Server 2000, check the roles to verify they contain the necessary tasks. For more information about creating role assignments, see [Grant user access to a report server](../../reporting-services/security/grant-user-access-to-a-report-server.md).
49
39
50
40
After you create the role assignments, users will have permission to do the following:
51
41
@@ -95,17 +85,18 @@ After you create the role assignments, users will have permission to do the foll
95
85
96
86
3. In Name, type **Report Builder**.
97
87
98
-
4. In Description, enter a description for the role so that users in Report Manager know what the role is for.
88
+
4. In Description, enter a description for the role so that users in web portal know what the role is for.
99
89
100
90
5. Add the following tasks: **Consume reports**, **View reports**, **View models**, **View resources**, **View folders**, and **Manage individual subscription**s.
101
91
102
92
6. Click **OK** to save the role.
103
93
104
94
#### To create role assignments that grant access to Report Builder
105
95
106
-
1. Start Report Manager.
96
+
1. Start the web portal.
107
97
108
-
2. Click **Site Settings**.
98
+
2. Click the gear icon on the top right of the web portal home page and select **Site Settings** from the drop down menu.
99
+

109
100
110
101
3. Click **Security**.
111
102
@@ -128,7 +119,7 @@ Otherwise, click **New Role Assignment**. In Group or user, enter a Windows doma
128
119
129
120
11. Repeat to create or modify role assignments for additional users or groups.
130
121
131
-
## Permissions granting Report Builder access on a SharePoint Integrated Mode Report Server
122
+
## Permissions granting Report Builder access on a SharePoint integrated mode Report Server
132
123
133
124
On a SharePoint integrated mode report server, Report Builder access is granted to SharePoint users who have either Contribute or Full Control permission levels.
134
125
@@ -145,5 +136,6 @@ The following table describes the authentication types supported by the report s
145
136
-[Authentication with the Report Server](../../reporting-services/security/authentication-with-the-report-server.md)
146
137
-[Browser Support for Reporting Services and Power View](../../reporting-services/browser-support-for-reporting-services-and-power-view.md)
-[Report Manager (SSRS Native Mode)](https://msdn.microsoft.com/library/80949f9d-58f5-48e3-9342-9e9bf4e57896)- [Connect to a Report Server in Management Studio](../../reporting-services/tools/connect-to-a-report-server-in-management-studio.md)
139
+
-[The web portal of a report server (SSRS Native Mode)](../web-portal-ssrs-native-mode.md)
140
+
-[Connect to a Report Server in Management Studio](../../reporting-services/tools/connect-to-a-report-server-in-management-studio.md)
149
141
-[Report Server System Properties](../../reporting-services/report-server-web-service/net-framework/reporting-services-properties-report-server-system-properties.md)
0 commit comments