问题
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