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

yuvarajmani

Members
  • Posts

    5
  • Joined

  • Last visited

yuvarajmani's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, how can i include the Sub-total for a group and a page. pls help me . im on final stage of the report and waiting for this . thanks in advance Yuvaraj
  2. Hi, With the help of jrxml file and the data's in the csv, i can generate the report in php. but what i want is, i need some way , so that the user can themself design their own report. ie they can create their own jrxml file. is there any way so that the client themself work on their browser and create their own jrxml file . Yuvaraj
  3. Hi Thanks for your reply. how can i use javaweb start to load ireport on the web page. pls give me a idea how can i do this in a web Environment. or how can i solve this problem . With Regards Yuvaraj
  4. hi all, Im new to java and i need a small help in Configuring the jasper report . i had javabridge on my machine and im using that for Openoffice which works fine. i had copied jasperreports-3.5.2.jar, jasperreports-3.5.2-applet.jar, jasperreports-3.5.2-javaflow.jar to my project directory . is there any other file to be copied ? using the code given below when i run i got the following message Uncaught [[o:Exception]:"java.lang.Exception: Invoke failed: [[c:JasperCompileManager]]->compileReport((o:String)[o:String]). Cause: java.lang.ClassNotFoundException: Unresolved external reference: java.lang.reflect.InvocationTargetException Can anybody pls help me. With Regards Yuvaraj Code:<?php require_once('javabridge.php'); java_set_file_encoding("UTF-8"); java_autoload('./jasperreports-3.5.2.jar;./jasperreports-3.5.2-applet.jar;./jasperreports-3.5.2-javaflow.jar '); $compileManager = new JavaClass("net.sf.jasperreports.engine.JasperCompileManager"); $report = $compileManager->compileReport(realpath("test.jrxml")); ?>
  5. Hi all, Can anybody pls help me how to intergrate the IReport with PHP web application. i like Jasper Rport very much and my problems is , is that possible to view the ireport on the web page so that the client themself design their own report. With Regards Yuvaraj Post Edited by yuvarajmani at 07/14/2009 08:20
×
×
  • Create New...