Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all ,

I am using a asp Print button in the top of a crystal report to print the report using the following code:
C#
RptDoc.PrintOptions.PrinterName = printername;
RptDoc.PrintToPrinter(5, false, 0, 0);

here no. of copies is given as 5, it print 5 copies when the report is bigger in pages (for example 8 pages , atleast more than one) but prints a single copy in report with one page. Can anybody help me plz.................,
Posted
Updated 19-Feb-13 4:44am
v4

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