Unable to print multiple copies for crystal report in vb.net. (1 Viewer)

amoldwani

New member
Local time
Today, 14:29
Joined
Feb 15, 2010
Messages
1
I want to print crystal Report(10.5).
Default Printer:"Microsoft XPS Document Writer".
I want multiple pages to print.
If a report contain 10 pages then each page should be repeated as per requrement.
The code is in vb.net.
gReportDoc.PrintToPrinter(2, True, 0, 0)

The above statement should print double the copies in browser,but i get single copy of each page.
Also instead of direct printing,if i done preview.10 copies r get displayed.Its fine.
But there is printing tool above in crystal viwer.In that dialogbox if i give there: No of copies=2,then also unable to get multiple copies.
is there any printer setting problem..?
But my vb vode is working fine.In which I have set CR.CopiesToPrinter=2.
 

Users who are viewing this thread

Top Bottom