Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update server-properties-advanced-page-reporting-services.md #1

Open
wants to merge 1 commit into
base: patch-1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ manager: "erikre"

**EnableIntegratedSecurity**
Determines whether Windows integrated security is supported for report data source connections. The default is **True**. The valid values are as follows:

**True** = Windows integrated security is enabled.

**False** = Windows integrated security is not enabled. Report data sources that are configured to use Windows integrated security will not run.
Expand All @@ -105,13 +105,13 @@ manager: "erikre"
Specifies the number of seconds until a report edit session times out. The default value is 7200 seconds (2 hours).

**EnableCustomVisuals**
Should PowerBI ReportServer enable the display of PowerBI custom visuals. Values are True, False. Default is True.
Should Power BI Report Server enable the display of Power BI custom visuals. Values are True, False. Default is True.

**EnablePowerBIReportExportData**
Should PowerBI ReportServer enable the export of data from PowerBI visuals. Values are True, False. Default is True.
Should Power BI Report Server enable the export of data from Power BI visuals. Values are True, False. Default is True.

**EnableXsrfValidation**
Should PowerBI ReportServer and SQL Server Report Server require XSRF tokens to prevent XSRF (Cross-side request forgery) attacks. When this value is false, the server will be less secure. Values are True, False. Default is True.
Should Power BI Report Server and SQL Server Report Server require XSRF tokens to prevent XSRF (Cross-side request forgery) attacks. When this value is false, the server will be less secure. Values are True, False. Default is True.

**EnableTestConnectionDetailedErrors**
Indicates whether detailed error messages are sent to the client computer when users test data source connections using the report server. The default value is **true**. If the option is set to **false**, only generic error messages are sent.
Expand Down