Saya memiliki masalah yang sama dengan Anda, saya ingin memiliki laporan di Jasper Report. Saya menelepon Laporan ke aplikasi php saya dengan Iframe , tetapi saya bermaksud untuk menghapus logo dan beberapa menu di dasbor , saya mencoba menambahkan CSS tambahan ke Override.CSS tetapi tidak berfungsi saat berjalan di Iframe. Apakah Anda pikir ada cara lain yang bisa saya lakukan untuk menyelesaikan masalah ini?
Ini adalah kode yang saya gunakan untuk memanggil Jasper melalui Iframe:
<iframe src = <? php echo $ iFrameSRC; ?> height = "<? php echo $ iFrameHeight;?>" width = "100%" marginheight = "0" frameborder = "0" scrolling = "no"> </iframe>
Ini adalah tampilan aplikasi saya melalui Iframe:
Halo, kami merasa terhormat memiliki pertanyaan dari Indonesia
Google Tranlate of the Indonesian:
I have the same problem with you, I want to have a report in Jasper Report. I called Report to my php application with Iframe, but I intend to remove the logo and some menus on the dashboard, I tried adding additional CSS to Override.CSS but it didn't work when running on Iframe. Do you think there are other ways that I can do to solve this problem?
This is the code I use to call Jasper via Iframe: