Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit be92453

Browse files
committed
escape example URLs
1 parent 3f4cc4a commit be92453

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reporting-services/install-windows/urls-in-configuration-files-ssrs-configuration-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.author: maggies
3131

3232
**UrlRoot** is specified automatically in the RSReportServer.config file when you configure URLs for application access. If you modify this value in the configuration file, you must specify a valid URL address to a Report Server Web service that is connected to a report server database that contains the reports you want to deliver. You can only specify one **UrlRoot** for a single report server instance; only one **UrlRoot** entry can exist in the RSReportServer.config file for any given report server instance. If you have multiple URLs reserved for the Report Server Web service, you must choose one of the available values for **UrlRoot**.
3333

34-
In most cases, you do not need to modify **UrlRoot**. However, if the report server will be accessed through a fully qualified URL, and you did not configure a URL that uses a host header to the fully qualified site name, you must edit the RSReportServer.config manually to set the **UrlRoot** to the fully qualified report server URL that will be used to render the report (for example, https://www.adventure-works.com/mywebapp/reportserver).
34+
In most cases, you do not need to modify **UrlRoot**. However, if the report server will be accessed through a fully qualified URL, and you did not configure a URL that uses a host header to the fully qualified site name, you must edit the RSReportServer.config manually to set the **UrlRoot** to the fully qualified report server URL that will be used to render the report (for example, `https://www.adventure-works.com/mywebapp/reportserver`).
3535

3636
#### URLs Connecting the [!INCLUDE[ssRSWebPortal](../../includes/ssrswebportal.md)] and Web Parts to the Report Server Web Service
3737
the [!INCLUDE[ssRSWebPortal](../../includes/ssrswebportal.md)] and the SharePoint 2.0 Web Parts for Reporting Services are Web front-end components that connect to a report server. URLs used to connect to a backend report server include the following:

docs/xquery/sequence-and-qnames-xquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ WHERE ProductModelID=7;
133133
|xdt|http://www.w3.org/2004/07/xpath-datatypes|
134134
|fn|http://www.w3.org/2004/07/xpath-functions|
135135
|(no prefix)|`urn:schemas-microsoft-com:xml-sql`|
136-
|sqltypes|https://schemas.microsoft.com/sqlserver/2004/sqltypes|
136+
|sqltypes|`https://schemas.microsoft.com/sqlserver/2004/sqltypes`|
137137
|xml|`http://www.w3.org/XML/1998/namespace`|
138138
|(no prefix)|`https://schemas.microsoft.com/sqlserver/2004/SOAP`|
139139

0 commit comments

Comments
 (0)