how stop the printer after print the Last line in the crystal report (VS2005)

和自甴很熟 提交于 2019-12-14 02:37:08

问题


i have a crystal report in vs2005. I have to print this report in rollpaper with dotmatrix printer. After printng the report it omit some waste spaces.

I have to stop the printer where the last line was printed.

i was seached with this problem but i am unable to find a solution.

please helpme to come out this problem


回答1:


I solved this Problem, wecan't print dircetly in rollpaper with Crystal Reports for dynamic length(ie Dynamic Page Size), Because in Crystal report we have a standard page size(A4,Letter,Envelope etc ..)

For this Case Please Go through this Article: http://support.microsoft.com/kb/322090. This Article describes how print a raw data.

Write and allign all your data in a Textfile and Print.

Thanks




回答2:


In the report itself make sure that any footers are suppressed, this may be causing the paper waste.



来源:https://stackoverflow.com/questions/12563884/how-stop-the-printer-after-print-the-last-line-in-the-crystal-report-vs2005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!