Skip to content

Commit 5967d16

Browse files
committed
ms rs 817 cleanup, delete, etc
1 parent 4ee9d54 commit 5967d16

39 files changed

Lines changed: 78 additions & 361 deletions

File tree

.openpublishing.redirection.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,36 @@
170170
"redirect_url": "/sql/relational-databases/new-updated-relational-databases",
171171
"redirect_document_id": true
172172
},
173+
{
174+
"source_path": "docs/sql/reporting-services/report-builder/report-sections-dialog-box-report-builder.md",
175+
"redirect_url": "/sql/reporting-services/report-builder/finding-and-viewing-reports-in-the-web-portal-report-builder-and-ssrs",
176+
"redirect_document_id": true
177+
},
178+
{
179+
"source_path": "docs/sql/reporting-services/report-builder/reporting-services-login-dialog-box-report-builder.md",
180+
"redirect_url": "/sql/reporting-services/report-data/specify-credential-and-connection-information-for-report-data-sources",
181+
"redirect_document_id": true
182+
},
183+
{
184+
"source_path": "docs/sql/reporting-services/report-data/dataset-properties-dialog-box-filters.md",
185+
"redirect_url": "/sql/reporting-services/report-design/filter-group-and-sort-data-report-builder-and-ssrs",
186+
"redirect_document_id": true
187+
},
188+
{
189+
"source_path": "docs/sql/reporting-services/extensions/data-processing/removing-a-data-processing-extension.md",
190+
"redirect_url": "/sql/reporting-services/extensions/reporting-services-extensions?view=sql-server-2017",
191+
"redirect_document_id": true
192+
},
193+
{
194+
"source_path": "docs/sql/reporting-services/extensions/delivery-extension/implementing-the-isubscriptionbaseuiusercontrol-interface.md",
195+
"redirect_url": "/sql/reporting-services/extensions/delivery-extension/implementing-a-delivery-extension?view=sql-server-2017",
196+
"redirect_document_id": true
197+
},
198+
{
199+
"source_path": "docs/sql/reporting-services/extensions/delivery-extension/using-the-ideliveryreportserverinformation-interface-for-a-delivery-extension.md",
200+
"redirect_url": "/sql/reporting-services/extensions/delivery-extension/implementing-a-delivery-extension?view=sql-server-2017",
201+
"redirect_document_id": false
202+
},
173203
{
174204
"source_path": "docs/sql/reporting-services/report-server/configure-report-builder-access.md",
175205
"redirect_url": "/sql/reporting-services/report-server/configure-web-portal",

docs/reporting-services/extensions/data-processing/implementing-a-data-processing-extension.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ manager: "kfile"
5656
[Debugging Data Processing Extension Code](../../../reporting-services/extensions/data-processing/debugging-data-processing-extension-code.md)
5757
Describes how to debug code in your data processing extensions.
5858

59-
[Removing a Data Processing Extension](../../../reporting-services/extensions/data-processing/removing-a-data-processing-extension.md)
60-
Describes how to remove a data processing extension from a report server or Report Designer.
61-
6259
For a sample of a fully implemented data processing extension, see [SQL Server Reporting Services Product Samples](http://go.microsoft.com/fwlink/?LinkId=177889).
6360

6461
## See Also

docs/reporting-services/extensions/data-processing/removing-a-data-processing-extension.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/reporting-services/extensions/data-processing/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@
2020
href: implementing-a-datareader-class-for-a-data-processing-extension.md
2121
- name: Preparing to Implement a Data Processing Extension
2222
href: preparing-to-implement-a-data-processing-extension.md
23-
- name: Removing a Data Processing Extension
24-
href: removing-a-data-processing-extension.md
2523
- name: Using an External Dataset with Reporting Services
2624
href: using-an-external-dataset-with-reporting-services.md

docs/reporting-services/extensions/delivery-extension/implementing-a-delivery-extension.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,12 @@ manager: "kfile"
4949
[Using the Setting Class for a Delivery Extension](../../../reporting-services/extensions/delivery-extension/using-the-setting-class-for-a-delivery-extension.md)
5050
Describes the attributes of a **Setting** class and how to use it in your delivery extension implementation.
5151

52-
[Using the IDeliveryReportServerInformation Interface for a Delivery Extension](../../../reporting-services/extensions/delivery-extension/using-the-ideliveryreportserverinformation-interface-for-a-delivery-extension.md)
53-
Describes the attributes of a **IDeliveryReportServerInformation** interface and how to use it in your delivery extension implementation.
54-
5552
[Using the Report Class for a Delivery Extension](../../../reporting-services/extensions/delivery-extension/using-the-report-class-for-a-delivery-extension.md)
5653
Describes the attributes of a **Report** class and how to use it in your delivery extension implementation.
5754

5855
[Using the RenderedOutputFile Class for a Delivery Extension](../../../reporting-services/extensions/delivery-extension/using-the-renderedoutputfile-class-for-a-delivery-extension.md)
5956
Describes the attributes of a **RenderedOutputFile** class and how to use it in your delivery extension implementation.
6057

61-
[Implementing the ISubscriptionBaseUIUserControl Interface for a Delivery Extension](../../../reporting-services/extensions/delivery-extension/implementing-the-isubscriptionbaseuiusercontrol-interface.md)
62-
Describes the attributes of a delivery extension user control and how to implement your own user interface for a subscription.
63-
6458
[Deploying a Delivery Extension](../../../reporting-services/extensions/delivery-extension/deploying-a-delivery-extension.md)
6559
Describes how to deploy your delivery extension.
6660

docs/reporting-services/extensions/delivery-extension/implementing-the-isubscriptionbaseuiusercontrol-interface.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/reporting-services/extensions/delivery-extension/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@
1010
href: implementing-a-delivery-extension.md
1111
- name: Implementing the IDeliveryExtension Interface for a Delivery Extension
1212
href: implementing-the-ideliveryextension-interface-for-a-delivery-extension.md
13-
- name: Implementing the ISubscriptionBaseUIUserControl Interface
14-
href: implementing-the-isubscriptionbaseuiusercontrol-interface.md
1513
- name: Preparing to Implement a Delivery Extension
1614
href: preparing-to-implement-a-delivery-extension.md
1715
- name: Removing a Delivery Extension
1816
href: removing-a-delivery-extension.md
1917
- name: Using a Notification Class for a Delivery Extension
2018
href: using-a-notification-class-for-a-delivery-extension.md
21-
- name: Using the IDeliveryReportServerInformation Interface for a Delivery Extension
22-
href: using-the-ideliveryreportserverinformation-interface-for-a-delivery-extension.md
2319
- name: Using the RenderedOutputFile Class for a Delivery Extension
2420
href: using-the-renderedoutputfile-class-for-a-delivery-extension.md
2521
- name: Using the Report Class for a Delivery Extension

docs/reporting-services/extensions/delivery-extension/using-the-ideliveryreportserverinformation-interface-for-a-delivery-extension.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/reporting-services/install-windows/add-an-additional-report-server-to-a-farm-ssrs-scale-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ manager: "kfile"
6262
|Step|Description and Link|
6363
|----------|--------------------------|
6464
|Add a SharePoint server to a farm.|You will need to intall SharePoint to deploy another Reporting Services application.<br/><br/>For SharePoint 2013, see [Add SharePoint server to a farm in SharePoint Server 2013](https://technet.microsoft.com/library/cc261752(v=office.15).aspx).<br/><br/>For SharePoint 2016, see [Add SharePoint server to a farm in SharePoint Server 2016](https://technet.microsoft.com/library/cc261752(v=office.16).aspx).|
65-
|Install and configure Reporting Services SharePoint mode.|Run SQL Server installation. For more information on the installation of [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] SharePoint mode, see [Install The First Report Server in SharePoint Mode](http://msdn.microsoft.com/b29d0f45-0068-4c84-bd7e-5b8a9cd1b538)<br /><br /> If the server will only be used as an application server and the server will not be used as a WFE, you do not need to select **Reporting Services add-in for SharePoint products**.<br /><br /> 1) On the **Setup Role** page, select **SQL Server Feature Installation**<br /><br /> 2) On the **Feature Selection** page, select **Reporting Services - SharePoint**<br /><br /> 3) On the **Reporting Services Configuration** page verify the **Install Only** option is selected for **Reporting Services SharePoint Mode**.|
65+
|Install and configure Reporting Services SharePoint mode.|Run SQL Server installation. For more information on the installation of [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] SharePoint mode, see [Install the first Report Server in SharePoint mode](install-the-first-report-server-in-sharepoint-mode.md)<br /><br /> If the server will only be used as an application server and the server will not be used as a WFE, you do not need to select **Reporting Services add-in for SharePoint products**.<br /><br /> 1) On the **Setup Role** page, select **SQL Server Feature Installation**<br /><br /> 2) On the **Feature Selection** page, select **Reporting Services - SharePoint**<br /><br /> 3) On the **Reporting Services Configuration** page verify the **Install Only** option is selected for **Reporting Services SharePoint Mode**.|
6666
|Verify that Reporting Services is operational.|1) In SharePoint Central Administration, click **Manage servers in this farm** in the **System Settings** group.<br /><br /> 2) Verify the service **SQL Server Reporting Services Service**.<br /><br />For more information, see [Verify a Reporting Services Installation](../../reporting-services/install-windows/verify-a-reporting-services-installation.md)|
6767

6868
## <a name="bkmk_additional"></a> Additional Configuration

0 commit comments

Comments
 (0)