JasperReportsIntegration
JasperReportsIntegration copied to clipboard
Set report name instead of default "report"
Hi, I used JavaScript to open report URL in Oracle APEX. I want to set report name (instead of default "report") to appear in tab title and in save dialog when pressing "CTR + S". Please see attatchement :
Thanks in advance.
Please post the JavaScript code you are using to open the window. So that I can troubleshoot it. Thank you.
Hi,
window.open("http://localhost:8080/jri/report?_repName=TEST%2FMain&_repFormat=pdf&_dataSource=testds&_repLocale=en_US&P_INVOICE_ID=1", "_blank");