Jump to content
Changes to the Jaspersoft community edition download ×

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

Everything 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. Thank you very much Christina Please find the attached jrxml file.
  3. 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
  4. 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
  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. 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();
  6. 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.
  7. 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:
  8. Hi All, I am using ireport tool to generate reports.I would like to use java beans (VO's) as datasource.How can i use this? Please help me. Thanks, kitti
  9. 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
  10. Hi , I am Using ireport tool.I would like to increase the height of detail band dynamically. i.e based on the expression value i need to increase the band height.Is there any way to do it? Thanks in Advance. regards. kitti
  11. 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
  12. 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
  13. Hi, I am using ireport tool to generarte reports.There is a requirement to convert java.lang.Object & java.lang.InputStream data to byte array.Can i convert it, Have any idea. Thanks, Kitti
  14. 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.
  15. 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
  16. Thank you very much.This is very usefull. Thanks & Regards, Kitti
  17. Hi, Yes I mean custom java class,I need this to encode and decode the fields.i need to pass the fields to the custom java class and get the decoded format of fields.Can i do this using ireport tool. Regards, Kitti
  18. Hi , I am using ireport tool in web application to generate reports.There is a requirement to call java function from ireport tool.Is there any way to call java function from ireport. Any idea? Thanks, Kitti
  19. 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
  20. Hi , I am using ireport tool to generate reports.There is a requirement to print javabean values in the report.Is any one know how to use javabeans in ireport tool. Thanks in advance. Regards, Kitti
  21. Hi, I am using ireport tool to print images in pdf. The image source is under my applications webroot,i need to give webroot path in the ireport tool.How to give the image source path in ireport tool for web applcations.Have any idea? Please find the below attachment. Thanks, Kitti
  22. Hi, I am trying to print reports from struts web applicatin.But i am getting java.lang.ArrayIndexOutOfBoundsException: 21 in the myeclipse console.Have any idea? Thanks, Kitti
×
×
  • Create New...