Skip to Content
0
Former Member
Jan 28, 2010 at 05:23 PM

Duplex Print setting in CR XI (VB)

38 Views

Hi,

I am using CR XI

My code is as below

Dim lrpt As CRAXDRT.Report

Set lrpt = crxApplication.OpenReport(App.Path & "\" & Me.Tag)

With lrpt

.PaperSource = crPRBinAuto

.PrintingStatus.Parent.DisplayProgressDialog = False

.PrintOut (False)

end with

What change I need to do in order to allow duplex printing.

All our printer support duplex printing.

Any help is appreciated.

Thanks,

Reena