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

Commit cf50a7b

Browse files
committed
ms rs advanced props, updated dates
1 parent 852d630 commit cf50a7b

6 files changed

Lines changed: 16 additions & 9 deletions

docs/reporting-services/application-integration/release-notes-ssrs-application-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Release Notes for Report Viewer controls"
33
description: The release notes for the Report Viewer controls of WebForms and WinForms, related to Reporting Services.
4-
ms.date: 09/20/2018
4+
ms.date: 01/16/2020
55
ms.prod: reporting-services
66
ms.prod_service: "reporting-services-native"
77
ms.technology: application-integration

docs/reporting-services/install-windows/about-url-reservations-and-registration-ssrs-configuration-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "URL Reservations & Registration (Configuration Manager) | Microsoft Docs"
33
description: "URLs for Reporting Services applications are defined as URL reservations in HTTP.SYS."
4-
ms.date: 12/04/2019
4+
ms.date: 01/16/2020
55
ms.prod: reporting-services
66
ms.prod_service: "reporting-services-native"
77
ms.custom: seo-lt-2019​, seo-mmd-2019

docs/reporting-services/report-data/oracle-connection-type-ssrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Oracle Connection Type (SSRS, Power BI Report Server, and Report Builder) | Microsoft Docs"
3-
ms.date: 07/26/2019
3+
ms.date: 01/16/2020
44
ms.prod: reporting-services
55
ms.prod_service: "reporting-services-native"
66
ms.technology: report-data

docs/reporting-services/report-server/setting-time-out-values-for-report-and-shared-dataset-processing-ssrs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Setting Time-out Values for Report and Shared Dataset Processing (SSRS) | Microsoft Docs"
3-
ms.date: 05/30/2019
3+
description: In Reporting Services, you can specify time-out values to set limits on how system resources are used.
4+
ms.date: 01/16/2020
45
ms.prod: reporting-services
56
ms.prod_service: "reporting-services-native"
67
ms.technology: report-server
@@ -17,7 +18,7 @@ author: maggiesMSFT
1718
ms.author: maggies
1819
---
1920
# Setting Time-out Values for Report and Shared Dataset Processing (SSRS)
20-
You can [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] specify time-out values to set limits on how system resources are used. Report server supports two time-out values:
21+
In [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)], you can specify time-out values to set limits on how system resources are used. Report servers support two time-out values:
2122

2223
- An embedded dataset query time-out value is the number of seconds that the report server waits for a response from the database. This value is defined in a report.
2324

docs/reporting-services/subscriptions/manage-subscription-owners-and-run-subscription-powershell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Manage Subscription Owners and Run Subscription - PowerShell | Microsoft Docs"
3+
description: You can programmatically transfer the ownership of a Reporting Services subscription from one user to another.
34
ms.prod: reporting-services
45
ms.prod_service: "reporting-services-native"
56
ms.technology: subscriptions
@@ -8,7 +9,7 @@ author: maggiesMSFT
89
ms.author: maggies
910
ms.reviewer: ""
1011
ms.custom: ""
11-
ms.date: 04/26/2019
12+
ms.date: 01/16/2020
1213
---
1314

1415
# Manage Subscription Owners and Run Subscription - PowerShell

docs/reporting-services/tools/server-properties-advanced-page-reporting-services.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: "Server Properties Advanced Page | Microsoft Docs"
3+
description: Use the Advanced Server Properties page to set system properties on the report server. This tool provides a graphical user interface so that you can set properties without writing code.
34
author: maggiesMSFT
45
ms.author: maggies
56
ms.prod: reporting-services
67
ms.prod_service: "reporting-services-native"
78
ms.technology: tools
89
ms.topic: conceptual
9-
ms.date: 12/09/2019
10+
ms.date: 01/16/2020
1011
monikerRange: ">=sql-server-2016||=sqlallproducts-allversions"
1112
---
1213

13-
# Server Properties Advanced Page - SQL Server Reporting Services
14+
# Server Properties Advanced Page - Power BI Report Server & Reporting Services
1415

1516
[!INCLUDE[ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE[ssrs-appliesto-2016-and-later](../../includes/ssrs-appliesto-2016-and-later.md)] [!INCLUDE[ssrs-appliesto-pbirsi](../../includes/ssrs-appliesto-pbirs.md)]
1617

@@ -100,7 +101,11 @@ The second header in above XML adds `Embed: True` header for URL which contains
100101
Specifies the number of data cache entries that can be active in a report edit session. The default number is 5.
101102

102103
### EditSessionTimeout
103-
Specifies the number of seconds until a report edit session times out. The default value is 7200 seconds (two hours).
104+
Specifies the number of seconds until a report edit session times out. The default value is 7200 seconds (two hours).
105+
106+
### EnableCDNVisuals
107+
108+
When enabled, Power BI reports load the latest certified custom visuals from a content delivery network (CDN) hosted by Microsoft. If your server doesn't have access to internet resources, you can turn off this option. In that case, custom visuals are loaded from the report that was published to the server. Default is **True**.
104109

105110
### EnableClientPrinting
106111
Determines whether the RSClientPrint ActiveX control is available for download from the report server. The valid values are **true** and **false**. The default value is **true**. For more information about additional settings that are required for this control, see [Enable and Disable Client-Side Printing for Reporting Services](../../reporting-services/report-server/enable-and-disable-client-side-printing-for-reporting-services.md).

0 commit comments

Comments
 (0)