cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report 2016 with Visual Studio 2017-Duplex Printing

0 Kudos

Sir

My code for printing in Duplex

string str_printer = string.Empty;

str_printer = drtemp[0].ToString();

rp.PrintOptions.PrinterName = str_printer;

rp.PrintOptions.PaperOrientation = PaperOrientation.Portrait;

rp.PrintOptions.PaperSize = PaperSize.PaperLegal;

rp.PrintOptions.PrinterDuplex = PrinterDuplex.Horizontal;

rp.PrintToPrinter(1, true, 0, 0);

I have not changed my code. but after moving on to new server Windows server 2012 R2 the pages are not printing as it is supposed to be.

Please find the attached image files of Correct-Page1 and Correct Page-2 which is correctly printing earlier duplex way.

Wrong-Page-1 and Wrong-Page-2 is currently being printed for the same code in duplex but it is not the way it was earlier.

Please suggest what needs to be done.

Thanks

Venkat

correct-page1.jpg correct-page2.jpg wrong-page1.jpg wrong-page2.jpg

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Printer test app on the wiki page:

Printing Crystal Reports in .NET

Answers (2)

Answers (2)

0 Kudos

Thanks Don,

Please review the picture attached below which is been currently installed.

Following your link I had reached to 2 msi's.

1) Please suggest Do you want me to install 13_0_21, does this clear by duplex printing issue?.

2) Fixed Issue: SP21 Fixed Issues : I don't know which one should be installed.

Thanks

Venkat

0 Kudos