Hi,
You can call a Jasper iReport from another iReport using hyperlink.
In the hyperlink section you should set hyperlink type=reference
and in Hyperlink reference expression call another servlet using the code
link
"http://localhost:8080/servlets-examples/servlet/callReport3?CUSTOMER_ID="; + 
$F{ORDERS_CUSTOMER_ID}
here callReport is a servlet calling another iReort and CUSTOMER_ID is a
parameter that
is being passed through the servlet.
For any more details can contact me on [EMAIL PROTECTED]

Thanks,
Joydip



Hi Joydip, 
I need u's help.
i want to do this same task without using
"http://localhost:8080/servlets-examples/servlet/callReport3?CUSTOMER_ID=";
+$F{ORDERS_CUSTOMER_ID}" concept. Is there any other way to call a new
report by clicking of report generated by iReport and also passing that
clicked value as parameter to another report.


-- 
View this message in context: 
http://www.nabble.com/Hyperlink-in-jasper-tp11941986p18566664.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to