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

ajithn

Members
  • Posts

    15
  • 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 ajithn

  1. Hi all, I want to change the polt colour of the line chart. plz point me a related xml tag or sample ? Thanks ajithn
  2. Hi , The problem is "Times New Roman" font does not exsist with default iReport (3.7.1)distribution. Thanks ajithn
  3. Hi darkryon This kind of <staticText> should be work. :) Thanks ajithn Code:<staticText> <reportElement x="342" y="70" width="100" height="20"/> <textElement> <font isBold="true"/> </textElement> <text><![CDATA[static text]]></text></staticText>
  4. hi saiyalini This will help for your problem. http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=24041&page=2 Thanks ajithn
  5. Hi, your jrxml file is wrong therefore occurring above exception. Thanks Code:net.sf.jasperreports.engine.JRException: org.xml.sax.SAXParseException: The system identifier must begin with either a single or double quote character. Post Edited by ajithn at 06/21/2010 10:48
  6. hi asanka1985 plz don,t edit the same post , because when you doing this thing others can't undestant replys of other people's Thnks ajithn
  7. Hi, if you want to crate a PDF type report you have to use JRPdfExporter class. replace the line "JRXlsExporter exporterXls = new JRXlsExporter();" from " JRPdfExporter jrPdfExporter = new JRPdfExporter();" Because "JRXlsExporter" we are using to generate Excel report. and your code has another mistake too. Thanks.
  8. Hi All , plz follow the steps given below to view charts @ Html reports 1. set the image servlet @ your web.xml file <servlet> <servlet-name>ImageServlet</servlet-name> <url-pattern>/servlets/image</url-pattern> <servlet-class>net.sf.jasperreports.j2ee.servlets.ImageServlet</servlet-class> </servlet> 2. set the follwing parameters @ your report generation servlet jrHtmlExporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, "../servlets/image?image="); request.getSession().setAttribute(ImageServlet.DEFAULT_JASPER_PRINT_SESSION_ATTRIBUTE , jasperPrint); Thanks ajithn Post Edited by ajithn at 06/14/2010 08:55
  9. Hi all, I'm also got this issue. Charts works fine for the PDF reports. but HTML report does not display that chart. any hints ?? Thanks
  10. Hi , Plz make sure that your class path have only one version of Jasperreports.jar file. because usually such problems are cause if there is another version of the offending class in your classpath Thanks. Post Edited by ajithn at 03/14/2010 13:20
  11. Hi, I'm using jasperreports 3.7.1.jar on Linux machine , but i did not encountered like this error. Thanks ajithn
  12. Hi all , Find the complete jasperreports 3.7.1.jar from sourceforge repository. it will be fixed the following issues http://jasperreports.sourceforge.net/maven2/jasperreports/jasperreports/3.7.1/ [1] net.sf.jasperreports.engine.JRRuntimeException: Could not load class net.sf.jasperreports.components.ComponentsExtensionsRegistryFactory OR [2] Caused by: java.lang.ClassNotFoundException: net.sf.jasperreports.components.ComponentsExtensionsRegistryFactory Thanks ajithn Post Edited by ajithn at 03/08/2010 15:17
  13. Hi , I found the reason for this issue , The jasperreports 3.7.1.jar containning the iReports (iReport-3.7.1/ireport/modules/ext) has the net.sf.jasperreports.components.ComponentsExtensionsRegistryFactory class. but somtime when we download jasperreports jar from the out side repository it does not containning the above package. simple solution add the jasperreports 3.7.1 jar containing the iReports to your class path Thanks ajithn Post Edited by ajithn at 03/08/2010 04:40
×
×
  • Create New...