Sub Reports open when clicked on

Hi,

I have been making a VB .NET 2003 app that opens a crystal report with a sub report in it. I noticed if the user clicks on the sub report that it opens in a new tab in the crystalreportviewer. How can I stop this behavior I want the report to only be available as a whole.

Thanks in advance.


Answer this question

Sub Reports open when clicked on

  • Steven Goulet

    In the viewer DrillDownSubreport events handle that events like

    e.Handled = True

    Hope this helps



  • Sub Reports open when clicked on