Hi I have runned your Jasper report sample, and everything is running well, except that when I push the "Run Report" button an open/save dialog appears before the report i shown, that is if I push open in that dialog. How can I get rid of that dialog? Regards Arnar Dagsson |
Hi Arnar, The output of the "display" destination option is in PDF format. I guess your browser may be configured to display open/save dialog rather than preview the PDF file in itself. Can you check this by clicking the following link? If the open/save dialog displays again, it means that it's the browser's settings which causes this case. http://theformspider.com/download/tmp/installation_guide.pdf Also, can you specify your OS and browser information please? Hi Yes. This must be some setup issue i my browser. When I open your link in my webmail browser which is IE10 64bit there is no problem. But when i try to open it in my development browser which is IE10 32bit the dialog appears. Regards Arnar
(24 Apr '13, 07:21)
ArnarDagsson
|
Hi Arnar,
Are you using "display" or "download" as the destination parameter value? If you are using "download" as the destination, it's normal that an open/save dialog appears, in this case, you have to use "display" as the destination.
Regards,
Ibrahim
Hi
I'm using "display"
api_component.seturl('reportPanel.reportRenderer', context_tx || '?rep_name=report2&destination=display');
Regards Arnar