⟩ How to "Print" in Crystal Reports while using ASP DOT NET Platform?
Method 1
You can use Business Objects toolbar which comes with
crystal report viewer control in ASP.NET.
enable the toolbar and you can see options for printing.
Method 2
Finally you crystal report will be shown in ASP.net page
as HTML so you can print you html page using Javascript
window.print()