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

venujasper

Members
  • Posts

    23
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by venujasper

  1. Hi,

    I am using ireport 4.2 for designing reports and when I tried to write a query using built in clause $X{between,,,,} it is not accepting the query, and showing error as ‘Invalid $X{} clause’.

    I noticed that $X clause is not accepting more than 3 parameters. Can anyone please do the needful?

    Please find the error in attached image.   

    Thanks,

    Venu

  2. Thanks for reply

     

    I have used the "Stretch With Overflow" option for the text field,but its not Stretching the detail band.Its working when i increase the detail band height manually, but its not useful for my requirement and it will display the empty space between each record(line).

     

    Are there any other solution?

     

    Thanks&regards,

    Kitti

     

     

  3. Hi All,

               I am using ireport 2.0.5.There is a requirement to increase the detail band hieght dynamically when the text field has more data , are there any settings to increase to it.I am using one textfield in the detail band when it has more information(words), it is displaying only some information.i.e the words are being cut off.Depending on the detail band height the words are displaying.I would like to increase the band hieght when the text field has more data.

               Please find the attached image which shows my problem.

     

    Thanks,

    Kitti

  4. Hi All,

     

                   I have used ireport tool to develop jrxml's.And I have used these jrxml and jasper files in my web application to print the reports.I am able to print it using my printer, But the problem is when i use another printer, it is printing only half report. i.e only half of the report is printing.I thought the problem is with the printer then i compare both printer properties, but they are same.

    I think there is no issue with jrxml's.Because they are working fine when i use my printer.Can any one please do the needful.

    Please find the attached report which was not printed properly.

     

    Thanks,

    Kitti.

    Code:
     JRPrintServiceExporter exporter = new JRPrintServiceExporter(); 	             	            exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint); 	            exporter.setParameter(JRPrintServiceExporterParameter.PRINT_REQUEST_ATTRIBUTE_SET, printRequestAttributeSet); 	            exporter.setParameter(JRPrintServiceExporterParameter.PRINT_SERVICE_ATTRIBUTE_SET, printServiceAttributeSet); 	            exporter.setParameter(JRPrintServiceExporterParameter.DISPLAY_PAGE_DIALOG, Boolean.FALSE); 	            exporter.setParameter(JRPrintServiceExporterParameter.DISPLAY_PRINT_DIALOG, Boolean.FALSE); 	             	            exporter.exportReport();  
  5. Hi All,

     

                   I have used ireport tool to develop jrxml's.And I have used these jrxml and jasper files in my web application to print the reports.I am able to print it using my printer, But the problem is when i use another printer, it is printing only half report. i.e only half of the report is printing.I thought the problem is with the printer then i compare both printer properties, but they are same.

    I think there is no issue with jrxml's.Because they are working fine when i use my printer.Can any one please do the needful.

    Please find the attached report which was not printed properly.

     

    Thanks,

    Kitti.

  6. Hi All,

               I am using ireport tool to generate jrxml's.I am using these jrxmls in my java application to generate reports.While generating report from my application i am getting the following exception.

     

    java.lang.IllegalArgumentException: Null range specified
     at javax.print.attribute.standard.PageRanges.<init>(PageRanges.java:190)
     at net.sf.jasperreports.engine.export.JRPrintServiceExporter.exportReport(JRPrintServiceExporter.java:224)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
     

    Can u please help me to fix this issue.

     

    Regards,

    Kitti

    Code:
    
    						
  7. Hi ,

     

    I am using ireport tool to generate reprots.There is a requirement to show signature on the report.I have an image with signature.I need to show the signature image with bold format so that it can be visible clearly.Is it possible to bold an image.Please help me.

     

    Thanks

    Kitti

     

  8. Hi,

        I am using ireport tool to display images on report. I have an image with some text on it, When decreasing the sige of an     image text is not visible properly. I need  to bold the image so that the text can be visible properly.Can i make it to bold. Is there any  solution to bold an image. Have any idea? Thanks in advance.

     

    Regards,

    kitti

  9. Hi,

    I am using ireport tool to generate reports.There is a requirement to display TIFF formated image (Ex: IMAGE.TIFF) on the report. Is there any plugin to display TIFF formated image. I was able to display gif,bmp.jpg formated images,But i was not able to display TIFF Image. Have any Idea?

    Thanks,

    kitti 

     

     

  10. Thanks for reply,

     

    I am using mysql database.I have used java.io.InputStream, it is successfully compiled,but when i am running it ,showing error message as "Error displaying report page see the console for details".

     

    I was not able see errors on the console. Can i get any images such as .gif, jpg, jpeg etc.

     

  11. Hi ,

     

           I am using ireport tool in my application.There is a requirement to show the image on report.

           I have a blob object field in database to store image.I need to show the blob object field as an image in the report.

           Have any idea? Thanks in advance.

     

    Regards,

    Kitti

  12. Thank you for reply.

               But How to give CLASSPATH dynamically, because i am using web application i need to give the classpath dynamically.

    Is there any way to pass the parameters to the CLASSPATH so that i can pass bean class path dynamically using parameters.

    Thanks

     

×
×
  • Create New...