Jump to content
JasperReports Library 7.0 is now available ×

Combine 2 reports into one


2005 IR Help

Recommended Posts

By: Mike Warne - mwarne

Combine 2 reports into one

2004-12-17 16:36

Hi, I would like to have a report that consists of 2 reports. I have created 2 sub reports. I have a master report, with 2 Groups. I put subreport1 into group1, and subreport2 into group2.

 

I have been able to display both reports this way, but subreport2 starts immediately after subreport1. What I would like is to make the 2nd report start on it's own page.

 

Can anyone think of a way to make the 2nd group page-break?

Thanks.

 

 

 

By: Ilya Olhovsky - fake01

0.5.3 -> 0.6.3 IllegalArgumentException

2004-12-08 13:12

The problem is that one of the report fields (of type String) must display string, that contains symols like <tab> and <new line>: \t and \n.

 

With 0.5.3 worked well. With 0.6.3 works only when I am not using such symbols.

 

java.lang.IllegalArgumentException: Invalid substring range

at java.text.AttributedString.<init>(AttributedString.java:210)

at java.text.AttributedString.<init>(AttributedString.java:174)

at net.sf.jasperreports.engine.fill.TextMeasurer.renderParagraph(TextMeasurer.java:290)

at net.sf.jasperreports.engine.fill.TextMeasurer.measure(TextMeasurer.java:273)

at net.sf.jasperreports.engine.fill.JRFillTextElement.chopTextElement(JRFillTextElement.java:459)

at net.sf.jasperreports.engine.fill.JRFillTextField.prepare(JRFillTextField.java:527)

at net.sf.jasperreports.engine.fill.JRFillBand.prepareElements(JRFillBand.java:561)

at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:476)

at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:447)

at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:1300)

at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:630)

at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportContent(JRVerticalFiller.java:275)

at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:166)

at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:684)

at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:160)

at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:472)

at ...

 

 

 

 

By: Ilya Olhovsky - fake01

RE: 0.5.3 -> 0.6.3 IllegalArgumentException

2004-12-17 01:03

so, this forum is useless

 

 

 

 

By: Gregory A. Swarthout - gswarthout

RE: 0.5.3 -> 0.6.3 IllegalArgumentException

2004-12-17 10:50

Evidently. Now go away.

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