I am trying to open a report into another tab in the same browser. I have tried the following with no success
="javascript:void(window.open('http://xxx-xxxxxxxxx/Reports/report/Ventes/subrptRevenuParSuccusale&rs:Command=Render')"
it always give me the path of the element is not valid ..... Then I tried
="javascript:void(window.open('http://xxx-xxxxxxxxx/Reports/report/Ventes/subrptRevenuParSuccusale')"
Works fine, the I tried to pass a paramneter, but no success
="javascript:void(window.open('http://xxx-xxxxxxxxx/Reports/report/Ventes/subrptRevenuParSuccusale&rs:Command=Render&TransNo="+Fields!TRANSACTIONNO.Value+"')"
The minute I add the section &rs:Command=Render....., nothing works Can someone explain to me what I am missing here and why it is not working as it should
Thanks
question from:https://stackoverflow.com/questions/65889037/ssrs-open-link-in-another-browser-tab