Click here to Skip to main content
15,905,776 members
Please Sign up or sign in to vote.
4.43/5 (3 votes)
See more:
I am developing a pos desktop application. wher user press print button then it will be printed.
I have to use crystal report without using report viewer.How can I do this. Please help me.
Posted
Comments
CHill60 9-Feb-14 8:43am    
Do you mean it has to go straight to the printer immediately and the user should not see the Print Preview?
Sumon562 10-Feb-14 3:02am    
yes, you are absolutely right

1 solution

Have a look at this Tip on c# corner[^]. It explains how to user the PrintToPrinter method which does not show the preview window.

This CodeProject article Choosing a printer when printing from Crystal Reports in C#[^] goes even further
 
Share this answer
 

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