Skip to content
logo Knowledgebase

Configuration Settings for Web Screens in the Web.config File

Created on  | Last modified on 

Description

Cause

Resolution

Section to Add/Edit in Web.config file

Purpose of Setting

Supported Product Versions

key="ReportDisplayInSeparateTab" value="false" />

You can have a maximum of ten web screens open at a time. Use this setting to specify whether printed reports count as open screens:

  • value=”true”. Each printed report appears in a separate browser tab. Printed reports do not appear in the web screens Window Manager, and they do not count as open screens.
  • value=”false". Printed reports appear in the same browser tab as the report screen. Each printed report appears in the web screens Window Manager, and counts as an open screen.
2021