Jump to content

Issue in Horizontal Print Order


srinivas1278

Recommended Posts

Hi

I have a scenario where from the Main report, a subreport is called which will display contents horizontally in 2 columns.

This subreport in turn calls another subreport which displays records vertically. But this second sub report contains more than one records. 

Due to this multi records in the second subreport it throws exception as below,

net.sf.jasperreports.engine.JRRuntimeException: Subreport overflowed on a band that does not support overflow.
 at net.sf.jasperreports.engine.fill.JRVerticalFiller.addPage(JRVerticalFiller.java:1250)
 at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillPageBreak(JRVerticalFiller.java:1341)
 at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBreak(JRVerticalFiller.java:1366)
 at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:704)
 at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportContent(JRVerticalFiller.java:276)
 at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:118)
 at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:911)
 at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:833)
 at net.sf.jasperreports.engine.fill.JRFillSubreport.fillSubreport(JRFillSubreport.java:565)
 at net.sf.jasperreports.engine.fill.JRSubreportRunnable.run(JRSubreportRunnable.java:63)
 at net.sf.jasperreports.engine.fill.JRThreadSubreportRunner.run(JRThreadSubreportRunner.java:209)
 

Please if anyone knows the solution let me know at the earliest.



Post Edited by srinivas1278 at 11/06/2009 05:39
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...