I'm using the "PrintChart()" method to print my charts and it's working fine on my local machine but for some reason it is not working on our remote test server. Could it be that I'm missing some Dlls/references on the test server?
I'll appreciate any help I can get.
Thanks
Dlegros25
Do you mean the server-side PrintChart() method of the chart object?
If so, we advise not using this method with WebChart in most cases. PrintChart() can only print to a printer connected to the server. It is included because both WinChart and WebChart share the same object model.
To print a chart to a printer connected to a client machine, we suggest using the browser's printing functionality instead, such as the JavaScript window.print() function. You might consider creating a "printer-friendly" page that contains only your chart for easier printing.