Active Reports 6 – Enable Script Debugging and force a breakpoint using Debug.Assert(False) in a sub report

In order to debug active reports in the Visual Studio IDE solution, you need to set EnableScriptDebugging = True.

In this example, I want to debug a sub report. When creating a sub report dynamically in the main report that …