Forums de discussion

Jasper Report .jrprint?

thumbnail
Ravichandran Nadar, modifié il y a 11 années.

Jasper Report .jrprint?

New Member Publications: 12 Date d'inscription: 03/08/12 Publications récentes
I have generated jasper report pdf document via calling rest web service in my portlet.

<a href="http://localhost:3030/jasperserver/rest_v2/reports/reports/samples/ravi.pdf?Applicationno=<%=Applicationnumber%>" target="new">PDF</a>

same way i was try to get print(jrprint) when click the href but its not working.its showing error message as resource not found in jasper server.

<a href="http://localhost:3030/jasperserver/rest_v2/reports/reports/samples/ravi.jrprint?Applicationno=<%=Applicationnumber%>" >print</a>

Pls help me.is it possible to print directly from jasper reportserver ?