amit.sharma | 21 Jul 2008 13:22

Re: Hyperlink in jasper


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 joydip_2005@...

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
(Continue reading)


Gmane