Click here to Skip to main content
15,885,827 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,

I'm facing problem when using thermal printer to print crystal report in vb.net 2010.
When the report got 3 page, the thermal printer will cut the paper by page. My problem now is the printer cut the paper after printed 1st page, cut again after print the 2nd page, and cut again after print the 3rd page. What i wish to do is the thermal printer cut the paper after fully print that 3 page report. In the printer setup in crystal report application, it can set paper source: Document[FullCut], Document[PartialCut], Page[FullCut], Page[PartialCut], and so on...
In the vb.net, how to use CrystalDecisions.CrystalReports.Engine.ReportDocument set the paper soure to Document[FullCut]?
Your help and advice is very appreciated. Thank you.
Posted
Comments
Kornfeld Eliyahu Peter 14-Jul-15 3:53am    
What is the current setting?
Michael_Davies 14-Jul-15 4:19am    
It may be that you have to set the Document[FullCut] as the default in the printer driver. I would recommend partial to hold the printout to the printer or it may wander off onto the floor.

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