I've read similar issues from a previous release of the WebChart control, but I'm using Version 2.0.20063.16228
I can print from Firefox 2.x just fine, but whenever I try printing from IE 7, I only get empty spots where the image should be and a little red "x" in the upper left hand corner.
I cannot use the Session state as I read about in an earlier thread because our application is set up in such a way that ASP.NET Session state has to be turned off. I'm initializing the webchart control to run using the HttpHandler render method, and tried using the Cache as the transfer method, and even tried changing the image format to a variety of image types. I still have yet to get the chart to print or show up in print preview mode in IE.
Can anyone give me some clear direction on how to solve this problem?