Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.6 KB

unsuppress-run-custom-report-warnings.md

File metadata and controls

45 lines (31 loc) · 2.6 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Unsuppress Run Custom Report Warnings
Unsuppress Run Custom Report Warnings
markingmyname
maghan
01/19/2017
sql
ssms
conceptual
SQL Server Management Studio [SQL Server], custom reports

Unsuppress Run Custom Report Warnings

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW] There are two warning dialog boxes for custom reports. This topic describes how to unsuppress the display of these boxes in [!INCLUDEssnoversion] by using [!INCLUDEssManStudioFull].

By default, the Run Custom Reports dialog box appears before a custom report runs. If you select the Please don't show this warning again check box, the dialog box will no longer appear. Also by default, the Run Custom Reports dialog box appears when you open a custom report and then click a link to open another custom report. This dialog box displays the fill path to the drill-through custom report file. If you select the Please don't show this warning again check box, the dialog box will no longer appear.

Using SQL Server Management Studio

To unsuppress the main custom report warning dialog box

  1. Connect to <server>\<share or drive>\Documents and Settings\<UserProfile>\Application Data\Microsoft\Microsoft SQL Server\130\Tools\Shell\reports.xml.

  2. Right-click reports.xml, and then click Edit.

  3. Change <SuppressWarning>true</SuppressWarning> to <SuppressWarning>false</SuppressWarning>.

  4. Restart SQL Server Management Studio.

To unsuppress the drill-through custom report warning dialog box

  1. Connect to <server>\<share or drive>\Documents and Settings\<UserProfile>\Application Data\Microsoft\Microsoft SQL Server\130\Tools\Shell\reports.xml.

  2. Right-click reports.xml, and click Edit.

  3. Change <SuppressDrillthroughWarning>true</SuppressDrillthroughWarning>to <\SuppressDrillthroughWarning>false</SuppressDrillthroughWarning>.

  4. Restart SQL Server Management Studio.

See Also

Custom Reports in Management Studio
Add a Custom Report to Management Studio
Use Custom Reports with Object Explorer Node Properties