Closing window after exporting pdf format !!
Posted: Wed Nov 09, 2011 3:02 am
Hi,
I am using stimulsoft reports.
I am using the following code to show the reports in different formats-
ssoftRpt.ExportDocument(StiExportFormat.Pdf, strReportPath & Replace(FolderName, """", "'") & "_" & Replace(StartDate, "/", "-") & " _ " & Replace(EndDate, "/", "-") & ".pdf")
StiReportResponse.ResponseAsPdf(Me, ssoftRpt)
I have a window containing iframe.The iframe has url to a page which contains this code in the page load.
After the above code, I want to close the window.
Kindly suggest the solution.
Thanks
Shilpa.
I am using stimulsoft reports.
I am using the following code to show the reports in different formats-
ssoftRpt.ExportDocument(StiExportFormat.Pdf, strReportPath & Replace(FolderName, """", "'") & "_" & Replace(StartDate, "/", "-") & " _ " & Replace(EndDate, "/", "-") & ".pdf")
StiReportResponse.ResponseAsPdf(Me, ssoftRpt)
I have a window containing iframe.The iframe has url to a page which contains this code in the page load.
After the above code, I want to close the window.
Kindly suggest the solution.
Thanks
Shilpa.