Debugging
There are 1 entries for the tag
Debugging
Debugging Custom Report Item controls for Sql Server Reporting ServicesWhen you are developing a control which inherits from CustomReportItem for Sql Server Reporting Services (SSRS) you will certainly want to debug your code. The documentation is shoddy and at best incomplete, and the examples are poorly explained. So being able to debug your control is paramount to your success.The way to setup debugging follow these steps:Open the project properties for your custom report item (right click project - Properties...) Set debug properties (Click "Debug" tab on the left) Set start action (under start action click "Start External Program") Browse for...