In JasperReports Server Pro 4.5, is there any way to force the program to open reports/repository elements in a new browser tab or window?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to fix that by updating the relevant JavaScript file to force everything to open in a new tab. In JRS 4.5.1 it’s line 766 in the file …/jasperserver-pro/scripts/repository.search.actions.js
I cannot claim credit for figuring it out. Thanks to Igor Nesterenko for this solution.