How to Print from ASP.NET CrystalReport on client side printer
问题 How do I print report from CrystalReport (ASP.NET) on a client side printer. 回答1: You have two options: Set the PrintMode to ActiveX or PDF, and leave the Crystal report viewer toolbar to handle it. Create a pdf in an iFrame, and trigger the print command with JavaScript. To simplify what the users had to install on each client I went with the hidden pdf option and a separate button to print to client. On the aspx page I have an asp literal that I populate with the pdf embeded object at 1px x