Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

SharePoint 2013 with ASP.NET Chart Control Print Preview(chart image) not loading in Chrome

$
0
0

The chart image loads in chrome browser, but when i invoke the print function with below JavaScript called from ASP.NET chart page

var printWindow = window.open('', 'Chart', 'height=400,width=400');
printWindow.document.write('<html><body>');
printWindow.document.write('HTML TAG OF GENERATED IMAGE');
printWindow.document.write('</body></html>');
printWindow.document.close();
printWindow.print();

The image shows up in IE, but not in chrome(Version 41.0.2272.101). 


Thanks, B.J.Prasanna.


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>