intive-FDV / DynamicJasper

Dynamic Reports using Jasper Reports
http://intive-fdv.github.io/DynamicJasper/
GNU Lesser General Public License v3.0
241 stars 128 forks source link

Is it possible to add a SubReport as a column ? #97

Open KenobySky opened 3 years ago

KenobySky commented 3 years ago

I need to add a SubReport as a column to my report. However, DynamicJasper ends up making a whole new column header for the new subreport.

I wanted to concatenate the subReport to the actual report. Just Adding the columns from each report.

Is it possible to do that?

Ive been coding around with DynamicJasper but I cant find a way to make it work.

PS: Data Wrapping solution is not really applicable.

References: https://stackoverflow.com/questions/53615452/dynamicjasper-how-to-add-a-subreport-as-columns

Edit: From what I can tell, each time I add a sub report, a band is created. I dont want that.