Hello everyone, good afternoon, I have a question that is killing me. I have a project that has to print a report that contains two lists and two tables. My problem is this, I'm not intresting how jasper interprets the data that is passed to it, because of the following:
In my report the first time I did, in jasper studio I created the report with a fixed bank there everything worked perfectly, and then I passed that report to java, there when I ran the code the report was generated with the bank that was created in jasper studio and not with the data passed by java.
So I changed the report and there came more doubts, because I switched to using parameters and created lists and tables without a database, but the report does not even appear, even though I pass the parameters through java. My question is how does jasper interpret this data that I am passing, type, in my code I pass the connection of the bank that I am using, is it even necessary to pass it since I pass the information by parameter?