here is my version i wrote it using Visual C# 2008 with Cystal Report 10 as a Report builder.
<br>
The automatic printing of reports can be traggered using the <br>
CODE
PrintToPrinter(1,false,0,0);
<br>
function which accept 4 arguments the 1st would the number of copies to be print 2nd collated -> true or false 3rd startPageN which is an type int and the fourth would be the endPageN which mean the end of the page to be print.
But here is the missing part, I want to implement this with a dynamic length of the paper. Lets just say that I want to use a continues paper the program must know how to measure the length of the data to be print.
I guess thats the missing part, can somebody post method on how to implement this
Thanks a lot