I have an iframe field to integrate ireport with oracle.

1
0
-1

I have an iframe field to integrate ireport with oracle.

I have the url string http://localhost:8080/JasperReportsIntegration/report?_repName=rep_01&_r...&codi=${codigo}

report presents empty, but if you send with a fixed value presents the reporte:http://localhost:8080/JasperReportsIntegration/report?_repName=rep_01&_r...&codi=01 My question is how should I put the variable (global) so you can run the report.

Thanks

Comments

Submitted by santillanh on Mon, 04/07/2014 - 18:14

Thanks for responding, but does not work.

My version is 6.2.4 (64 bits)

Data: Iframe Url: I put the aforementioned chain. http://localhost:8080/JasperReportsIntegration/

report?_repName=rep_01&_repFormat=pdf &_dataSource=default&_outFilename=&_repLocale=en_US &_repEncoding=UTF-8&codi+codigo

Cheers.

3 answers

1
0
-1
This one is the BEST answer!

Hello santillanh

Put it in the script editor, someting like:

"http://localhost:8080/JasperReportsIntegration/report?_repName=rep_01&_r..." + codigo

Cheers

1
0
-1

What version are you working?

1
0
-1

Thanks for responding, but does not work. My version is 6.2.4 (64 bits)

Data: Iframe Url: I put the aforementioned chain. http://localhost:8080/JasperReportsIntegration/

report?_repName=rep_01&_repFormat=pdf &_dataSource=default&_outFilename=&_repLocale=en_US &_repEncoding=UTF-8&codi+codigo

Cheers.

Notifications