Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
3.22/5 (2 votes)
See more:
Hi,

I am using crystal reports for visual studio 2010 and using asp.net,C# to programming.
how to send Crystal report to the printer without previewing it, in the same time how to show a Print Dialog to choose the printer.

I used following Code to print directly, but i need to show print Dialog box with out showing the report viewer form.
C#
myreport.PrintToPrinter(1, False, 0, 0);

Thanks
Posted
Updated 9-Feb-19 1:44am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900