I'm trying to print my GanttChart with the PrintChart() method, but i get the InvalidPrinterException message "No printers are installed", even if on my pc are installed many printers.
Can anyone help me please?
Thank you
Pietro Degani
Calling PrintChart method prints the chart on the server to one of the printers in System.Drawing.Printing.PrinterSettings.InstalledPrinters collection. It's generally not very useful to let web applications to print on the server. You should use your browser's print functionality to print the chart image. Follow this KB article to learn how to get the chart image on the client and open it in a new window.http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=8650