daust / JasperReportsIntegration

JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

Automatic printing does not work - update documentation and raise exception when config not enabled #95

Closed daust closed 2 years ago

daust commented 2 years ago

Some people have issues when trying to send a report to the printer (which is connected to the application server) and the printIsEnabled flag is not activated in the .properties file.

Todo

daust commented 2 years ago

Tested with the new error handling, see: #94 .