I have an object A that has as an instance variable a collection of object Bs. Example: public class A{
I want to print only unique values from a dataset into the list component, avoid开发者_运维知识库ing duplicate values.
I\'m passin开发者_如何学Gog a List as a JRBeanCollectionDataSource to a Subreport. Here Object is of Type A and B. The object type A has two properties: name and address and the object type Bhas the l
I\'m using Web Services to run some reports created in iReport on JasperReports Server.Inside the .jrxml file I can see the <querystring> xml that holds the SQL for the report.Is it possible to
I have the following code: InputStream reportFile = MyPage.this.getClass().getResourceAsStream(\"test.jrxml\");
Is it possible to pass a variable from php to a report in JasperReports Server?For example, in my php application I keep the department_id stored in a session variable.I would like to pass t开发者_Pyt
I am new to JasperReports. I can create a simple PDF d开发者_Go百科ocument with Javabean datasource. In my project I have created two separate pdf document with separate javabean datasource. Now I wan
I want to add date in HH:MM:SS format tothe x-开发者_JAVA技巧axis of XY-Line chart. I am using following code to do it:
I would like to pass as a parameter to my .jrxml an arbitrary object of my domain, e.g a Person. InputStream reportFile = MyPage.this.getClass().getResourceAsStream(\"test.jrxml\");
I want to pass date as a field to the jrxml. Foll开发者_运维百科owing is the code for it. <xyLineChart>