i have implemented a J2EE project using开发者_Go百科 (Flex, Spring, hibernate), but, in this project i have to add functionnality of reporting, so i decided to work with iReport.
my probleme is: i can\'t compile my report from java. well i create my page in iReport and i load it from my java code.
I have a XML Datasource in jasper reports. And a sample xml is given below <bill> <data>Test1</data>
How can we export HTML to a specific page. Suppose I wa开发者_运维知识库nt to display report in a page called \'viewreport.jsp\' . How do I specify the page to which the export should be done?You coul
How to d开发者_运维问答isplay Full Text in Excel without truncation programatically? Currently the data is getting truncated. Is it possible to automatically adjust the row height so as to display the
Hello All I have a POJO class which have some property out of them two are of type List someName; TreeMap> my开发者_如何学编程Map;
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
I\'m trying to design a report that has the layout as attached below in the image. However, I cannot get to move the bands the way I want them to be. As a desperation, I tried forcing the \'detail\' b
While working on report for some client, guys and me, we\'ve succeeded to define(Java), populate(from Hibernate v3.x) and \'feed\' custom data source (in pseudo raw SQL something like:
I have to display a textField a jasper report. The report is generated to an Excel file. The problem is with a particular column which sometimes has a string and sometimes has an integer (开发者_开发问