JasperReportsIntegration icon indicating copy to clipboard operation
JasperReportsIntegration copied to clipboard

Set report name instead of default "report"

Open HamzaAlabbasi opened this issue 1 year ago • 2 comments

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 :

bb5e60f8-22ce-48af-b3b1-cac2bc62d941

Thanks in advance.

HamzaAlabbasi avatar Jan 25 '24 12:01 HamzaAlabbasi

Please post the JavaScript code you are using to open the window. So that I can troubleshoot it. Thank you.

daust avatar Sep 16 '24 15:09 daust

Hi,

window.open("http://localhost:8080/jri/report?_repName=TEST%2FMain&_repFormat=pdf&_dataSource=testds&_repLocale=en_US&P_INVOICE_ID=1", "_blank");

HamzaAlabbasi avatar Sep 24 '24 14:09 HamzaAlabbasi