Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
Azure Synapse Analytics
Analytics Platform System (PDW)
SQL analytics endpoint in Microsoft Fabric
Warehouse in Microsoft Fabric
SQL database in Microsoft Fabric
There are two warning dialog boxes for custom reports. This article describes how to unsuppress the display of these boxes in SQL Server by using SQL Server Management Studio.
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 no longer appears. Also by default, the Run Custom Reports dialog box appears when you open a custom report and then select 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 no longer appears.
Use SQL Server Management Studio
Unsuppress the main custom report warning dialog box
Connect to
<server>\<share or drive>\Documents and Settings\<UserProfile>\Application Data\Microsoft\Microsoft SQL Server\130\Tools\Shell\reports.xml.Right-click
reports.xml, and then select Edit.Change
<SuppressWarning>true</SuppressWarning>to<SuppressWarning>false</SuppressWarning>.Restart SQL Server Management Studio.
Unsuppress the drill-through custom report warning dialog box
Connect to
<server>\<share or drive>\Documents and Settings\<UserProfile>\Application Data\Microsoft\Microsoft SQL Server\130\Tools\Shell\reports.xml.Right-click
reports.xml, and select Edit.Change
<SuppressDrillthroughWarning>true</SuppressDrillthroughWarning>to<SuppressDrillthroughWarning>false</SuppressDrillthroughWarning>.Restart SQL Server Management Studio.