pyreportjasper
pyreportjasper copied to clipboard
Python Reporting with JasperReports
I have attempted several methods to generate the report, but the report with subreports has not been successfully produced. Below are two methods I have tried and the error messages....
Hello, I am trying to send a list int type parameter to my Jasper report with a postgresql connection but it gives me an error Is there any way to...
Description: This pull request introduces a new feature to customize HTML configurations for exporting reports in the HTML format. Users can now specify their own HTML header and footer content...
Hello, **Describe the bug** I just tried your library to generate an XLS file with Jasper. I input a 2MB CSV file, and it takes a few seconds to generate,...
The documentation on how to connect to a DB is COMPLETELY wrong. **»This document is written and tested for pyreportjasper version 2.1.3«** Here is how I did with a bit...
**Describe the bug** I have one main report calling another sub report and that sub report calling another sub-sub-report. Here is my code : def run_jasper(incon, report_name, out_name, out_format, inpara):...
How to implement subreports in pyreportjasper, do I have errors when trying to process the main report?  
Can you verify, that h2 Database is supported for report creation? I use the following configuration: ` path = os.path.dirname(os.path.abspath(__file__)) connection={'driver':'generic', 'jdbc_driver':'org.h2.Driver', 'jdbc_url':'jdbc:h2:'+path+'/datawarehouse', 'jdbc_dir':path+'/lib/'} ` and get the error message...
**Desktop (please complete the following information):** - OS: ubuntu 22.04 - Python version 3.8 - Library version 2.1.1.2 - Java version jdk 11 jasper studio 6.4.0 ==================error========================= ~/py_jasper_report$ python jasper_server.py...
I used Javasoft Studio to design a report by using JSON as the data source. Doing some formatting on the fields as below:  I then wrote a Python program...