Tagged Questions
1
vote
1answer
2k views
Problem with Crystal Report in ASP.NET - ExportToHttpResponse
I am using the code to export pdf file from a popup.
On button click
function popupReport()
{
var url = 'Report.aspx';
window.open(url, 'winPopupReport', ...