We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: