Im using iReport 3.7.6. I have a Parameter with following parameter class: at.gv.domain.print.impl.ParameterClass.
I am using iReport to create reports based off of an XML Data Source. My source XML looks like this: <Data>
i want to do line no in different band ar开发者_开发技巧ea. example, in group band i want it to appear
I\'ve been playing with iReport (older version 3.0.0) for a while and I can\'t seem to find a way to make just a static table, which seems silly and leads me to think that I\'m just dense.Can someone
I have a problem w开发者_Go百科ith editing XML files with i-Report 3.7.6. My XML file was created with i-Report 2.0.2 and later saved in JRXML format with i-Report 3.7.6. When I click on the XML file
For some reason my page footer with the date and page x/y gets only printed on the very last page. Does anyone have an idea why?
I am developing an application using Java with MySQL for a custom开发者_StackOverflow中文版er. I don\'t want the customer to install MySQL on his PC, so I moved to java Derby DB.
I\'ve been searching for a weeks for my problem on the internet, but I haven\'t found it yet, here is my problem, I wish anyone here can help me to solve this.
I\'m working on my final year project using java swings and jasper reports for reporting.The application including the reports work fine when I run the application in netbeans but when I deploy it to
I am new to JasprReports. I learned to get JTable contents to JasperReport using, JasperFillManager.fillReport(jasperReport, new HashMap(), new JRTableModelDataSource(table.getModel()));