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

aaa_aaa

Members
  • Posts

    8
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by aaa_aaa

  1. and i have one more question how to do align text of textField?
  2. hello all, i don't oppened new topic bcz i have similar problem but i want to make border i did this $F{NAME}=="Submitted1"?$F{NAME}:"<style backcolor='red'>"+$F{NAME}+"</style>" but if i want border around text style isn't recognize border in this style anyone can help me?
  3. I doing report in Ireport, i getting data from dataSource and displaing some list, I want to Display some rows as Bold some not, how to do what dynamicly that some data was in bold?
  4. i have report in ireport and i calling whis with jasperreport from java servlet, when report is compiled immediately it's not problem but if report need more then several minutes it's appare error, when i tried to compile it from ireport it compiled but in output window was written error with serTimeOut and in ireport i fixed this problem but in interesting how to write in servlet such that i could set time out in web.xml i have 15 minute timeout but it has not metter because ireport is not generating report
  5. there is sylfean.jar witch i generaged from sylfean font file problem is in this class when i remove it everithing is ok
  6. i have application where i'm using xml publisher and thereforce i have such jar file included xmlparserv2-904.jar then i write several reports in jasper and it works fine when there not included xmlparserv2-904.jar but when i include xmlparserv2-904.jar in my app jasper not working this problem is on tomcat server how can i do that both reports can runing anyone can help me? Post Edited by iraklijasper at 05/14/2010 11:40
  7. i calling excel such JRXlsExporter exporterXLS = new JRXlsExporter(); exporterXLS.setParameter(JRXlsExporterParameter.JASPER_PRINT, jasperPrint); exporterXLS.setParameter(JRXlsExporterParameter.IS_DETECT_CELL_TYPE, Boolean.TRUE); exporterXLS.setParameter(JRXlsExporterParameter.IS_WHITE_PAGE_BACKGROUND, Boolean.FALSE); exporterXLS.setParameter(JRXlsExporterParameter.OUTPUT_STREAM, OutputStream); exporterXLS.exportReport(); from poi libs i have those poi-scratchpad-3.6-20091214.jar poi-ooxml-3.6-20091214.jar poi-3.6-20091214.jar poi-examples-3.6-20091214.jar poi-contrib-3.6-20091214.jar poi-ooxml-schemas-3.6-20091214.jar jakarta-poi-2.5.jar poi-3.0-alpha3-20061212.jar when i compiling, getting error: com.sun.rave.web.ui.appbase.ApplicationException: javax.servlet.ServletException: org.apache.poi.hssf.usermodel.HSSFSheet.setColumnWidth(II)V what i can to to output excel normally and not to get this error?
  8. hi all i'm using ireport 3.7.1, i'm building excel report and data is generating it's not problem but, when i adding lines and rectangle and color it also generage only datas and no graphics any one knows how to display rectangles when i adding it to report?
×
×
  • Create New...