Jump to content
JasperReports Library 7.0 is now available ×

ERROR! pls Help


Recommended Posts

By: ramesh - dramesh

ERROR! pls Help

2006-01-25 18:25

hi all,

when i'm trying to execute my report it is throwing follwing exception. my report have one sub report it will generate the rows dynamically.

can any one pls help.

Thanks in advance

Ramesh

 

 

 

Error filling print...

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:1120) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillPageBreak(JRVerticalFiller.java:1216) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBreak(JRVerticalFiller.java:1241) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:621) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportContent(JRVerticalFiller.java:250) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:132) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:826) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:697) at net.sf.jasperreports.engine.fill.JRFillSubreport.run(JRFillSubreport.java:444) at java.lang.Thread.run(Unknown Source)

Print not filled. Try to use an EmptyDataSource...!

 

 

 

 

 

By: Teodor Danciu - teodord

RE: ERROR! pls Help

2006-01-26 03:08

 

Hi,

 

I think the exception message is self explanatory.

You have placed an expanding subreport inside

a band that is not allowed to overflow.

The subreport causes a page break, but the parent

band is not allowed to break by design.

 

Column and page headers and footers are

such bands.

 

If you have placed your subreport in any of those,

then you need to reconsider your design.

 

I hope this helps.

Teodor

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...