sub reports in tab

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gsgurdeep
    New Member
    • Apr 2007
    • 94

    sub reports in tab

    I am using vb.net 2005 to develop a database application with SQL-2005.
    I'm also adding some crystal reports containing sub reports...

    Now my problem is that while showing reports in viewer sub reports shows as a link. And if user click that link it opens sub reports in a new tab.

    I don't want this event in my program/software because it is too confusing for user to print one report.
    I want only one tab to show my main report . I don't want to show sub reports in diff. tab with main report.

    please help me.

    thanks in advanced
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    Hi,

    What you are looking for doesn't exist. Instead, place an empty (transparent) textbox over your subreport. Make sure it is in front of the subreport. When you click it, nothing happens :-)

    Steven

    Comment

    • gsgurdeep
      New Member
      • Apr 2007
      • 94

      #3
      This is not helping
      because text box is appearing below sub report in z order

      Comment

      Working...