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