Hi teodord,
thanks for your response.
I have tried that,I generated the report and export it to pdf file in my project itself,it works fine, but the problem I faced is that when I tried viewing the report right after that by using 'response.sendRedirect("\\report\\info.pdf")' an error comes which says 'The requested resource (/xxx//report/info.pdf) is not available.'
When I click on the folder where I stored the pdf it is there, but I dont know why it was not loading at that time. I tried putting a delay but even that does not work.
I wanted to view the newly created pdf file which had just been created by my application.
Please help me.I have tried everything I could
Thanks