Jasper Sub reports not showing in main report
Posted
by BlackPanther
on Stack Overflow
See other posts from Stack Overflow
or by BlackPanther
Published on 2010-03-25T10:35:38Z
Indexed on
2010/03/25
16:53 UTC
Read the original article
Hit count: 335
jasper-reports
|ireport
I am having one jasper report.Inside of the that main report I am adding one sub report.I am passing collections and parameters using java class(Not using sql query directly).It is compiling successfully.
But while running it shows only main report.It is not showing the sub report.And also it is not making any error. It is just giving some empty space for that place. Can any one tell me how to solve this? What are all the rules I have to follow while adding subreport in jasper?
© Stack Overflow or respective owner