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

mfa

Members
  • Posts

    29
  • 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 mfa

  1. Hi master sir I am using studio creater and call jasper report please see my code and give me idea what's wrong with my code See my code Connection conn = null ; try { javax.naming.Context ctx = new javax.naming.InitialContext() ; DataSource ds = (DataSource)ctx.lookup(" java:comp/env/jdbc/Travel" ) ; conn = ds.getConnection() ; } catch (Exception ex) { error(" Error counting rows: " + ex.getMessage() ); } JasperReport jasperReport; JasperPrint jasperPrint; jasperReport = JasperCompileManager.compileReport("c:/fahimjasper/fahim.jasper"); sir what wrong with this code jasperReport = JasperCompileManager.compileReport("c:/fahimjasper/fahim.jasper"); sir this line give me error sir please give idea how I create pdf give all remaining step after this error line thank’s aamir
  2. sir i am using sun java studio creater and add the jasperreports-1.3.3.jar file in my project libraries and import these file import net.sf.jasperreports.engine.export.*; import net.sf.jasperreports.engine.design.*; import net.sf.jasperreports.engine.*; import net.sf.jasperreports.view.*; java no give error sir i try to directly access the ireport JasperViewer in my sun java studio creater project see my code but when i call with this code then system give me error JasperReport jasperReport = JasperCompileManager.compileReport("f:ireportfahim.jrxml"); JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport,new HashMap(),obj); sir how i call my fahim.jrxml in ireport JasperViewer please give me idea and code with step thank's aamir
  3. hi master sir i use ireport with oracle 10g that give me right result in jrviewer preview how i call ireport in jsp with pdf and excel format and how pass parameter in ireport from jsp please give me idea thank's aamir
  4. hi master sir i desgined and build report with oracle 10g ireport not give me any error but sir how i get printout and preview where i save me report give me santax which i past in explorer such as http:\localhost:8808/ireportsample and how i call this report in Sun Java Studio Creator 2 Update 1 please give me idea and code with step thank's aamir
×
×
  • Create New...