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

mgraghuraman

Members
  • Posts

    6
  • Joined

  • Last visited

mgraghuraman's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. So for I have tested this issue What I have found is while generating report (i.e tamil) in static form it's displaying properly (all settings like PDFfonttype and PDFfontname and PDFencoding parameters) some times this static text also having this problem. If I want to take report by dynamically i.e taking values from database only having issue like some characters of tamil not displaying properly. If anybody in that issue Please be give some suggestion upon this.
  2. I need to Generating PDF report in client side application using jasperReport without showing open/save dialog box .Please any sample code is available. regards Raghuraman
  3. Now I got the solution using one Open Source Tool called "OpenReport" Report Design Using iReport Tool: For Example, Two report used are Drilldown and Drill_link in both rid field is comman i.e its a primary key Table Design: raghudb=# \d epds Table "public.epds" Column | Type | Modifiers ---------------+---------------+----------- rid | integer | not null customer_name | character(20) | c_address | text | raghudb=# \d epds1 Table "public.epds1" Column | Type | Modifiers ----------+---------+----------- rid | integer | not null c_income | text | c_phno | text | Step1: Right Clik the field which u want to give hyperlink, For eg: rid Step2 : Select Properties-> Hyperlink then set Hyperlink Target = Self set Hyperlink Type = Reference set Hyperlink Reference Expression as "http://localhost:8080/openreports/executeReport.action?reportName=Drill_link&rid=" + $F{rid} + "&exportType=" + $P{OPENREPORTS_EXPORT_TYPE} set Link Parameter as parameter in which u created in other report which u want to give as hypelink Step3: Save and Complie both Report Drilldown and Drill_link Got to Open Report (OpenReport is web application deploy with tomcat) Reference: http://oreports.com/ Step 1: Upload the .jasper file i.e file after compilation in iReport tool (Drilldown.jasper and Drill_link.jasper) Step 2: Set parameter in Open Report as same rid Step 3. Run using JasperReport u can get the Drill down report perfectly I have attached the generated Report for ur reference.
  4. I need a clear explaination of this Hyperlink option in jasper report becoz Iam using iReport tool to work out this option but It's not working. i.e Iam having two different report using one main report i want to link another report. please tell what is the excvat procedure and requirements to do this.
  5. I am working as a Research scientist... I am using iReport in kubuntu linux, I got problem while i set the parameter in that tool itself. without using parameter, I can retrieve the data from database but using parameter i can't retrieve any data............even i tried out in Mandriva linux the same problem occurs. anybody tried this .please tell me whether its working................
×
×
  • Create New...