Hello friends, I have the following problem, I have a main record and several sub reports, when I compile each one separately everything works fine, the horizontal alignment is correct and my texts are centered or right according to how I define...
Since I can pass the Datasource of a Report to a Subreport (which is another Report), the sub report has some fields where it needs a connection to load some data, so that data when compiling the report main compiles well, but the data of the su...
I need to know a way to add a header to the jasper reports that have the page data, configured filters and logo, for example:
We have added a configurable subreport, but it does not have the page or the generation data, but it takes up...
I'm trying to create a Data Adapter that connects to sql server 2008. When I created the Data Adapters, I selected the driver that gives me to select for sql server I put:
bd: RecursosHum
user: sa
password: sa
bu...
I have a problem adding objects to an arraylist.
I have the following code line:
List data = new ArrayList ();
to this list I want to approve the data of different classes, to later pass this list as a datasource to ireport.
Con...
Hello everyone, I have the following problem:
At the moment of wanting to show my jasperreport the "PDF", I get the following error java.io.FileNotFoundException when I place the path String path = "prueba.jasper"; or whe...
How about.
I am new with the use of ireport, I have created the report with the query and everything works fine but I do not think that when the total sum of the row of "states" is equal to 0, do not print these fields. (In a row I have 3 fields...