How to pass fields from main report to table element?
问题 Until now i used the column-header an detail band to generate tables. Now i want to use the table element in iReport (4.0.2). I tried it this way: iReport: Passing parameters from a main report query to a dataset query for a table or list But it didn't worked for me. I think because I want to pass a field and not a parameter. With this method, I get an table, but only with 1 row (need to be 17). I'am using JRMapCollectionDataSource. How can I show my whole set of values in the table? 回答1: