1.a subreport(in this case I understand nothing, how to do, etc.).
2.Via a menu option 'Edit-Insert page/column break in my report. But in this case I don't have enogh space to add my report components because the only page that I have is not long enough.
Thank you!
9 Answers:
So, I'll explain it again in more details.
I would like to prepare a template to be used for standard letters I'll address to clients. And this letter must always have 2 pages(that is the desire of my client for the formatting). That's why no need to talk about title, summary or anything else.
Best regards,
Hope someone will help me to resolve this problem.
Post edited by: Javix, at: 2007/12/13 07:41
Using a new version of iReport (3.5.2 and later), you can add more detail bands. Put a page break where you need to split the report in more pages (for instance if you put a page break at the end of the first and second detail, you can have 3 details with 3 pages.
Giulio
i m using same version of iReport (3.5.2 and later) , but problem is there exception occur here. that is
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
at java.util.HashMap$KeyIterator.next(HashMap.java:828)
at org.netbeans.api.visual.widget.Scene.validate(Scene.java:395)
at com.jaspersoft.ireport.designer.widgets.JRDesignElementWidget.propertyChange(JRDesignElementWidget.java:527)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:297)
at net.sf.jasperreports.engine.design.JRDesignElement.setY(JRDesignElement.java:107)
at com.jaspersoft.ireport.designer.outline.nodes.ElementPasteType.paste(ElementPasteType.java:254)
at org.openide.explorer.ExplorerActionsImpl$MultiPasteType.paste(ExplorerActionsImpl.java:441)
at org.openide.actions.PasteAction$ActionPT.actionPerformed(PasteAction.java:791)
at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:104)
at org.openide.actions.PasteAction$ActionPT.run(PasteAction.java:815)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)