Click here to Skip to main content
15,910,661 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi How to print multiple copies in crystal report.
For example:
PrintToPrinter(nCopies, Collate, startPageN, endPageN)here if i put nCopies = 2,then also its not coming.please help me.
Posted
Updated 19-Sep-11 20:15pm
v4
Comments
Prerak Patel 19-Sep-11 7:43am    
Add some more code. That can help us to get the problem.

1 solution

Do you have the lastest service pack for
CrystalReports .net ?

I use crReportDocument.PrintToPrinter(copias, True, 1,
1) and it works just fine.
 
Share this answer
 
Comments
josh-jw 19-Sep-11 8:15am    
Yes .i am using latest service pack.i used your code.now the same problem is facing.

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