October 29, 2014 at 8:01 am
Guys a little help...
how do i create a pop up window in ssrs to display on the same page with one parameter being passed through and a field as well being passed through?
October 29, 2014 at 9:08 pm
Not sure whether you mean to show the parameter/field as a tooltip (when you hover over the field) or as something like a message box.
The tooltip is done by entering an expression in the tooltip of the report item (e.g. in BIDS/SSDT, right click on the field and select "Text Box Properties" and you should see the tooltip field...type your expression there)
October 29, 2014 at 11:33 pm
thanks for the response.
but what i actually would like to do is show a report.
this report needs to be in a form of a pop up if possible but on the same page.
October 30, 2014 at 12:27 am
Maybe try a URL report action - have a look at http://stackoverflow.com/questions/17149244/how-to-open-url-in-ssrs-report-in-webpart-to-new-window. If you use a URL that renders a report, using the technique shown, the report should open in a new browser window.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply