Skip to content

Commit f68f6b8

Browse files
author
Mike Hassler
committed
mikeccs: rpt mgr no more ccskilel9
1 parent 2603d44 commit f68f6b8

8 files changed

Lines changed: 85 additions & 107 deletions

docs/reporting-services/lesson-3-defining-a-data-driven-subscription.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Lesson 3: Defining a Data-Driven Subscription | Microsoft Docs"
3-
ms.date: 05/26/2016
3+
ms.date: 06/06/2019
44
ms.prod: reporting-services
55
ms.prod_service: "reporting-services-native"
66
ms.technology: reporting-services
@@ -11,10 +11,10 @@ author: maggiesMSFT
1111
ms.author: maggies
1212
---
1313
# 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.
1515

1616
> [!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).
1818
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)
1919

2020
## <a name="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
2323

2424
2. In the context menu ![ssrs_tutorial_datadriven_reportmenu](../reporting-services/media/ssrs-tutorial-datadriven-reportmenu.png) of the report, click **Manage**, and then click **Subscriptions** in the left pane.
2525

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.
2727

2828
## Define a description
2929
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
3434
## Schedule
3535
1. In the schedule section click **Report-specific schedule**.
3636
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**.
4041

4142
## Destination
4243
1. In the Destination section, Select **Windows File Share** for the method of delivery.
@@ -78,24 +79,25 @@ Parameter |Source of value | Value/field
7879
**File name** |Get value from dataset | Order
7980
**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`).
8081
**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
8587
8688
## Report parameters
8789
1. In the **OrderNumber** field , select **Get value from dataset**. In Value, select **Order**.
88-
2. Click **Create Subscription**.
90+
2. Select **Create Subscription**.
8991
90-
## Next Steps
92+
## Next steps
9193
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.
9294
9395
![List of files created by the subscription](../reporting-services/media/ssrs-tutorial-datadriven-subscription-filelist.gif "List of files created by the subscription")
9496
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.
9698
**Note:** Refresh the page after the subscription runs to see the updated information.
9799
98-
![Subscription results in Report Manager](../reporting-services/media/ssrs-tutorial-datadriven-subscription-status-reportmanager.png "Subscription results in Report Manager")
100+
![Subscription results in the web portal](../reporting-services/media/ssrs-tutorial-datadriven-subscription-status-reportmanager.png "Subscription results in the web portal")
99101
100102
This step concludes the tutorial "Define a Data-Driven Subscription".
101103
@@ -104,7 +106,4 @@ This step concludes the tutorial "Define a Data-Driven Subscription".
104106
[Data-Driven Subscriptions](../reporting-services/subscriptions/data-driven-subscriptions.md)
105107
[Create, Modify, and Delete Data-Driven Subscriptions](../reporting-services/subscriptions/create-modify-and-delete-data-driven-subscriptions.md)
106108
[Use an External Data Source for Subscriber Data &#40;Data-Driven Subscription&#41;](../reporting-services/subscriptions/use-an-external-data-source-for-subscriber-data-data-driven-subscription.md)
107-
108-
109-
110-
109+
7.98 KB
Loading

docs/reporting-services/report-server-sharepoint/reporting-services-report-server.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Reporting Services report server | Microsoft Docs"
3-
ms.date: 09/25/2017
3+
ms.date: 06/06/2019
44
ms.prod: reporting-services
55
ms.prod_service: "reporting-services-native"
66
ms.technology: report-server-sharepoint
@@ -49,7 +49,7 @@ A Reporting Services report server runs in one of two deployment modes; Native m
4949
|**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)|
5050
|**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.|
5151
|**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).|
5353
|**Linked Reports**|Yes|No.|
5454
|**My Reports**|Yes|No|
5555
|**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
129129
130130
## Related tasks
131131

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:
133133

134134
|Task|Link|
135135
|----------|----------|
136136
|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).|
137137
|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)|
140138
|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)|
141139
|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)|
142140
|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)|

docs/reporting-services/report-server/configure-report-builder-access.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
author: maggiesMSFT
88
ms.author: maggies
99
manager: kfile
10-
ms.date: 03/14/2017
10+
ms.date: 06/06/2019
1111
---
1212

1313
# Configure Report Builder Access
@@ -23,29 +23,19 @@ Access to Report Builder depends on the following factors:
2323

2424
## Prerequisites
2525

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).
2727

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.
2929

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.
3131

3232
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.
3333

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 &#40;Management Studio&#41;](../../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
4535

4636
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.
4737

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 &#40;Report Manager&#41;](../../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).
4939

5040
After you create the role assignments, users will have permission to do the following:
5141

@@ -95,17 +85,18 @@ After you create the role assignments, users will have permission to do the foll
9585

9686
3. In Name, type **Report Builder**.
9787

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.
9989

10090
5. Add the following tasks: **Consume reports**, **View reports**, **View models**, **View resources**, **View folders**, and **Manage individual subscription**s.
10191

10292
6. Click **OK** to save the role.
10393

10494
#### To create role assignments that grant access to Report Builder
10595

106-
1. Start Report Manager.
96+
1. Start the web portal.
10797

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+
![the web portal gear icon and menu](../../reporting-services/report-builder/media/configure-report-builder-access/ssrswebportal-site-settings-gear-icon-and-menu.png)
109100

110101
3. Click **Security**.
111102

@@ -128,7 +119,7 @@ Otherwise, click **New Role Assignment**. In Group or user, enter a Windows doma
128119

129120
11. Repeat to create or modify role assignments for additional users or groups.
130121

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
132123

133124
On a SharePoint integrated mode report server, Report Builder access is granted to SharePoint users who have either Contribute or Full Control permission levels.
134125

@@ -145,5 +136,6 @@ The following table describes the authentication types supported by the report s
145136
- [Authentication with the Report Server](../../reporting-services/security/authentication-with-the-report-server.md)
146137
- [Browser Support for Reporting Services and Power View](../../reporting-services/browser-support-for-reporting-services-and-power-view.md)
147138
- [Start Report Builder](../../reporting-services/report-builder/start-report-builder.md)
148-
- [Report Manager &#40;SSRS Native Mode&#41;](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)
149141
- [Report Server System Properties](../../reporting-services/report-server-web-service/net-framework/reporting-services-properties-report-server-system-properties.md)

0 commit comments

Comments
 (0)