i\'ve been struggling the whole week end to connect to jasperIntelligence service in vain with a php client.Of course there is a sample php client in the jasperserver installation and that seems to be
I am working on a web application. We are using jasperreports. Compiling jasperreports o开发者_StackOverflow中文版n every call is an overhead and takes considerable time (4-7 seconds). We thought of p
Can i set page height for report(generated by iReport) by passing its size from Java source,(passing parameters开发者_如何学JAVA???). Thanks in advance!Use setPageHeight on your JasperPrint object. Th
I have a listing that must fit in a page. Instead of the default page break behaviour, I need iReport to truncate the listing when it goes over the page size. Any ideas?
after exporting jasperreport template, I found that the number of records per page depends on pageHeight.Suppose I always want all the records to be on one page, is there a way to specify this?is t开发
I implemented JRQueryExecuter and want to use it in a report. Using iRepo开发者_开发知识库rt I managed to register and use the executer.
Scenario: What my project do right now User Enters his Login and Password through his mobile phone and servlets contacts webservice of Authentication and user gets authenticated with the system in t
I have a j2ee application using spring framework. I am trying to export jasper reports to xml, pdf and xhtml files. I am using eclipse ide with plugin for weblogic server and for apache tomcat server.
A PDF generated in iReport using开发者_开发百科 the \'Times New Roman\' font appears to be using \'Arial\' for its print version.
I tried to create a very simple report with a subreport. The subreport was created separately and was embedded in the data group. The subreport separately gives me the relevant data. and the other mai