May 29, 2012 at 10:45 am
hi
i have 1 main report ,in that i have drill down in 1 text box.
i want this report to open in another window when user clicks on it.
how to do it?
May 29, 2012 at 6:30 pm
you might try this: (I haven't)
June 4, 2012 at 5:19 pm
You have to use the "go to url" action, and your URL should look like this:
="void(window.open('"
& cstr(Globals!ReportServerUrl)
& "/Pages/ReportViewer.aspx?"
& cstr(Globals!ReportFolder)
& "%2F[Report Name]&rc:Parameters=false&rs:Command=render"
& "&any parameters you want here
& "'));"
June 5, 2012 at 8:39 am
thanks everybody
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply