• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Jasperreports PDF

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am using jasperreports in my java application.And its working fine......
I am able to create reports and can export it to either pdf or any other format.
But i want to report to open at the same time.
i.e., When i click GenerateReport button in my jsp it should create a pdf report and open the pdf document in acrobat reader.
Report generation is fine but can any one please tell me how to open the report at that time.
I had used jasperrunmanager and jasperexportmanager.
But if i am usng jasperviewer.viewreport it was displaying the report in jasperassistant, in the same way i want to pdf to open.
Please help me out
Thanks in advance
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic