Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to direct print on the printer without print preview

What I have tried:

RPTfrmCashReport.CrystalReportViewer1.ReportSource = CashReceipt 
RPTfrmCashReport.CrystalReportViewer1.SelectionFormula = "{Invoice_Master.Invoice_no} = '" & LblInvoiceno.Text & "'" Dim report As New CrystalDecisions.CrystalReports.Engine.ReportDocument
Posted
Updated 15-Jan-19 3:24am
Comments
[no name] 5-Jan-19 8:11am    
Maciej Los 5-Jan-19 14:34pm    
Sounds like an answer, Bruno ;)
[no name] 6-Jan-19 8:38am    
Thank you Maciej, but I'm not sure on that, it was only a lucky shot with google ;)

1 solution

This answer is among others to let the question disappears from the unanswered list.
With Google I found: Print Crystal report Without view report[^]
 
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