EslamElbyaly

EslamElbyaly ·

daust/JasperReportsIntegration

Enable client to send report directly to it's printer

Hello. I've installed JRI for evaluation. I need to know if this requirement can be accomplished.The user needs to send reports directly to their default printer without seeing a print preview dialog. That should happen when they click a button. That shoul...

daust/JasperReportsIntegration

Why not call reports directly through URL instead of using xlib_jasperreports.show_report?

Hi.
I need to know why can not one call the report directly with URL i.e
http://localhost:8090/jri/report?_repName=test&_repFormat=pdf&_dataSource=default
using a button instead of using the xlib_jasperreports.show_report procedure?

daust/JasperReportsIntegration

Testing Jetty server

Hi. I am trying to use JasperReports integration for the first time. I am using the included Jetty server, Oracle database XE 18c and Windows 7.I am following the quick start guide I downloaded the zip folder, configuired database access through addi...