Skip to content

Commit a9bc766

Browse files
authored
Merge pull request #7828 from maggiesMSFT/ms-rs-crawl-rpt
ms rs crawl rpt changing http:// to https://
2 parents 723138a + 161605a commit a9bc766

358 files changed

Lines changed: 764 additions & 764 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/reporting-services/application-integration/choosing-between-url-access-and-soap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ Integrating [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] into c
4141

4242
In the majority of cases, URL access and SOAP calls are both required to meet your reporting needs. SOAP is used when initially connecting to the report server database and presenting the available list of reports in a user interface and URL access is used to actually access and navigate individual reports.
4343

44-
For an example of combining URL access and the Web service to provide integrated reporting, see [SQL Server Reporting Services Product Samples](http://go.microsoft.com/fwlink/?LinkId=177889).
44+
For an example of combining URL access and the Web service to provide integrated reporting, see [SQL Server Reporting Services Product Samples](https://go.microsoft.com/fwlink/?LinkId=177889).
4545

46-
More questions? [Try asking the Reporting Services forum](http://go.microsoft.com/fwlink/?LinkId=620231)
46+
More questions? [Try asking the Reporting Services forum](https://go.microsoft.com/fwlink/?LinkId=620231)

docs/reporting-services/application-integration/integrating-reporting-services-into-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ For deciding on using URL access or the SOAP APIs, see [Choosing between URL acc
5050

5151
For information on the SQL Server 2017 Reporting Services REST API, see [Develop with the REST APIs for Reporting Services](../developer/rest-api.md).
5252

53-
More questions? [Try asking the Reporting Services forum](http://go.microsoft.com/fwlink/?LinkId=620231)
53+
More questions? [Try asking the Reporting Services forum](https://go.microsoft.com/fwlink/?LinkId=620231)

docs/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-data-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: maghan
1515

1616
Anonymous usage data is collected by the control to better understand how customers make use of the product. Usage data enables future development to be focused on improvements that are most relevant to customers.
1717

18-
An explanation of the data collection and usage practices of Microsoft SQL Server and Report Viewer are available in the [privacy statement](http://go.microsoft.com/fwlink/?LinkID=868444).
18+
An explanation of the data collection and usage practices of Microsoft SQL Server and Report Viewer are available in the [privacy statement](https://go.microsoft.com/fwlink/?LinkID=868444).
1919

2020
## Opting out of data collection
2121

docs/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Make sure to update any assembly references to version *15.0.0.0*, including the
7979
<?xml version="1.0"?>
8080
<!--
8181
For more information on how to configure your ASP.NET application, please visit
82-
http://go.microsoft.com/fwlink/?LinkId=169433
82+
https://go.microsoft.com/fwlink/?LinkId=169433
8383
-->
8484
<configuration>
8585
<system.web>
@@ -261,5 +261,5 @@ Let the team know about issues on the [Reporting Services forums](https://social
261261
## See also
262262
263263
[Data collection in the Report Viewer control](../../reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-data-collection.md)
264-
More questions? [Try the Reporting Services forum](http://go.microsoft.com/fwlink/?LinkId=620231)
264+
More questions? [Try the Reporting Services forum](https://go.microsoft.com/fwlink/?LinkId=620231)
265265

docs/reporting-services/application-integration/integrating-reporting-services-using-soap-web-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private void Page_Load(object sender, System.EventArgs e)
7979
## See Also
8080
[Building Applications Using the Web Service and the .NET Framework](../../reporting-services/report-server-web-service/net-framework/building-applications-using-the-web-service-and-the-net-framework.md)
8181
[Integrating Reporting Services into Applications](../../reporting-services/application-integration/integrating-reporting-services-into-applications.md)
82-
[Report Manager &#40;SSRS Native Mode&#41;](http://msdn.microsoft.com/library/80949f9d-58f5-48e3-9342-9e9bf4e57896)
82+
[Report Manager &#40;SSRS Native Mode&#41;](https://msdn.microsoft.com/library/80949f9d-58f5-48e3-9342-9e9bf4e57896)
8383
[Using the SOAP API in a Windows Application](../../reporting-services/application-integration/integrating-reporting-services-using-soap-windows-application.md)
8484

8585

docs/reporting-services/application-integration/using-the-winforms-reportviewer-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ End Class
147147

148148
3. Browse to the location where you installed the [!INCLUDE[ssSampleDBobject](../../includes/sssampledbobject-md.md)] Report Samples project.
149149

150-
The download the report samples, go to [AdventureWorks 2012 Report Samples](http://go.microsoft.com/fwlink/?LinkId=404153)
150+
The download the report samples, go to [AdventureWorks 2012 Report Samples](https://go.microsoft.com/fwlink/?LinkId=404153)
151151

152152
4. Select the Sales Order Detail.rdl file and click the **Add** button.
153153

docs/reporting-services/behavior-changes-to-sql-server-reporting-services-in-sql-server-2016.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ There are no behavior changes.
4242
[Discontinued functionality to SQL Server Reporting Services in SQL Server 2016](../reporting-services/discontinued-functionality-to-sql-server-reporting-services-in-sql-server.md)
4343
[Breaking changes in SQL Server Reporting Services in SQL Server 2016](../reporting-services/breaking-changes-in-sql-server-reporting-services-in-sql-server-2016.md)
4444

45-
More questions? [Try asking the Reporting Services forum](http://go.microsoft.com/fwlink/?LinkId=620231)
45+
More questions? [Try asking the Reporting Services forum](https://go.microsoft.com/fwlink/?LinkId=620231)

docs/reporting-services/branding-the-web-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ You can also **Download** or **Remove** the package. Removing the package will r
236236
}
237237
}
238238

239-
More questions? [Try asking the Reporting Services forum](http://go.microsoft.com/fwlink/?LinkId=620231)
239+
More questions? [Try asking the Reporting Services forum](https://go.microsoft.com/fwlink/?LinkId=620231)

docs/reporting-services/breaking-changes-in-sql-server-reporting-services-in-sql-server-2016.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ The [!INCLUDE[ssRSWebPortal](../includes/ssrswebportal.md)] application name cha
3939
[Deprecated features in SQL Server Reporting Services in SQL Server 2016](../reporting-services/deprecated-features-in-sql-server-reporting-services-ssrs.md)
4040
[Discontinued functionality to SQL Server Reporting Services in SQL Server 2016](../reporting-services/discontinued-functionality-to-sql-server-reporting-services-in-sql-server.md)
4141

42-
More questions? [Try asking the Reporting Services forum](http://go.microsoft.com/fwlink/?LinkId=620231)
42+
More questions? [Try asking the Reporting Services forum](https://go.microsoft.com/fwlink/?LinkId=620231)

docs/reporting-services/browser-support-for-reporting-services-and-power-view.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following is the current list of browsers supported for the web portal.
7878

7979
**(+)** Latest publicly released version
8080

81-
If you are using a SharePoint product that is integrated with [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)], see [Plan browser support in SharePoint 2016](http://technet.microsoft.com//library/cc263526\(v=office.16\).aspx).
81+
If you are using a SharePoint product that is integrated with [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)], see [Plan browser support in SharePoint 2016](https://technet.microsoft.com//library/cc263526\(v=office.16\).aspx).
8282

8383
### Authentication requirements
8484

@@ -138,15 +138,15 @@ The following is the current list of browsers supported for the web portal.
138138

139139
**(+)** Latest publicly released version
140140

141-
For more information on the SharePoint 2016 browser support, see [Plan browser support in SharePoint 2013](http://technet.microsoft.com//library/cc263526\(v=office.16\).aspx).
141+
For more information on the SharePoint 2016 browser support, see [Plan browser support in SharePoint 2013](https://technet.microsoft.com//library/cc263526\(v=office.16\).aspx).
142142

143143
## Next steps
144144

145145
[Finding and Viewing Reports in the web portal](report-builder/finding-and-viewing-reports-in-the-web-portal-report-builder-and-ssrs.md)
146146
[Reporting Services Tools](../reporting-services/tools/reporting-services-tools.md)
147-
[Web portal (SSRS Native Mode)](http://msdn.microsoft.com/7349e626-6ed5-4d21-b05f-cf042ad9ad70)
147+
[Web portal (SSRS Native Mode)](https://msdn.microsoft.com/7349e626-6ed5-4d21-b05f-cf042ad9ad70)
148148
[HTML Viewer and the Report Toolbar](../reporting-services/html-viewer-and-the-report-toolbar.md)
149149
[URL Access Parameter Reference](../reporting-services/url-access-parameter-reference.md)
150150

151-
More questions? [Try asking the Reporting Services forum](http://go.microsoft.com/fwlink/?LinkId=620231)
151+
More questions? [Try asking the Reporting Services forum](https://go.microsoft.com/fwlink/?LinkId=620231)
152152

0 commit comments

Comments
 (0)