Hi all, I am new here so forgive me if this is an unusual question.
I'd like to give my users the option to show drill through reports in a JQuery dialog window so they could "float" above the parent report in the same browser window. I don't build the reports, so I can't change to "Action" to go to a url, it's set to go to another report (not that that would help as the url would be the same). I just want to hijack the process and pop up a JQuery dialog showing the drillthrough, while the parent stays in the main report.
Maybe in the drillthrough event handler I could "grab" the parameters being sent and pass them programmatically to the other report and then show the jquery dialog and cancel the drillthrough event on the original report?
I'm entirely comfortable with the JQuery aspects of handling the dialog window, it's just the issue of targeting the drillthrough to another reportviewer in the same aspx page that I'd like help with.
Thanks for your thoughts, Bob Graham.