Hi suthish,
I debugged the pop up page load, but there's no errors or exceptions that appear at all. It goes fine through all the lines until the last one, and then it closes it gives that sound like if a pop-up is caught by the browser.
Here's how I export my report:
// Read query string
CrystalDecisions.CrystalReports.Engine.ReportDocument doc = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
string path = "report path";
doc.Load(path);
doc.SetDatabaseLogon("db user name", "db password");
doc.SetParameterValue("parameter name", parameter_value);
doc.ExportToHttpResponse(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, Response, true, "ExportedReport");
Please note that when I place a button inside the pop up page and let the user click it to export the report instead of exporting it at page load, it works fine. However, I think that letting it be exorted at page load is more user friendly.
Thanks
WADIRUM Software is a Jordan-based specialized software provider for tourism-related industries.