Jump to content
We've recently updated our Privacy Statement, available here ×

mike2tango

Members
  • Posts

    33
  • Joined

  • Last visited

Community Answers

  1. mike2tango's post in Multiple sub-reports inside a master-report was marked as the answer   
    Hello CT
    I need to do the same. I have basically the following process. I make a master report. This report contains some header stuff and some footer stuf. Then I place a subreport in the detail bar. In the master report this element is then set to Location.position type "float" .
    Then in the subreport I place all other subreports.
    To count the pages I've needed to place the standard page from .. to elements (in the palette) on every page. If it is not on every subreport either the pages following from this subreport are not counted :-( (Maybe there is a better way)
    But the magic is to set all your elements to float to get them under each other. You are then the master of how big a page is by controlling the height of each detail part of each subreport, that's what worked for me.
    Greetings
    Mike
     
     
  2. mike2tango's post in cannot change jasper ireport properties - want to use ireport.jrproperty.net.sf.jasperreports.xpath.executer.factory=net.sf.jasperreports.engine.util.xml.XalanXPathExecuterFactory was marked as the answer   
    Hello
     
    Well, I finally have completely deinstalled the Netbeans Version of iReport (5.5.0) and it's saved settings too.
    Then I installed the windows version of JasperSoft Studio, the eclipse based equivallent.
    Now create a Data Adapter, enable the checkbox, "Enable namespace support" to true, test it.
    Then in the Dataset and Query Dialog select the above created Data Adapter again. take the xPath selector, you should then see your namespaced aware XML tree showing up. You can now create Fields with namespaced xPath expressions.
    New is that the Data Preview is now working too.
     
    The reason that it works in the Eclipse Based Version is that the xPath and XML Properties are properly set (even by default), where the Netbeans Version is not, therefore I wanted to change those properties above, which landed in the problem by doing so.
    Hopefully usefull  for everyone
    Best Regards
    MMike
     
     
×
×
  • Create New...