Click here to Skip to main content
15,897,090 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
As we Know ID Card has to be printed on front and back page, how can we achieve this in Crystal Report?
and also ID Card has small size so if you put it on an A4 Size paper.you would have many ID Card considering the back page.SO is it possible to print 2-3 id card with back and front in single report
Posted

1 solution

Hi,

To print on both the side either your printer should support duplex mode or you need to manually set from printer settings.

I found below code from Here[^]
C#
crxreport.PrinterDuplex = crPRDPHorizontal 

And for your second question, Yes you can print 2-3 cards from single page. it is the similar thing like you are printing multiple rows in a page. hope you got hint from this.

Thanks
-Amit Gajjar
 
Share this answer
 
Comments
AmitGajjar 14-Aug-12 4:16am    
are you able to use PrinterDuplex property ? you need to create two page for crystal report and then print with above property set.
Nywalikar 16-Aug-12 2:48am    
Thanku for ur replay..is it not possible to print without using printer Duplex property?if we create two crystal report then how is it possible to match front and back side of id.bec i am planning to print 2 -3 id cards in single report.
..and if u hv any field suppressing code in crystal report.Plz post it..Again thanks for ur greate replay bye..
AmitGajjar 16-Aug-12 2:53am    
if your printer is not with support of duplex printing then there is workarround but i am not recommend. you can first print odd pages then place those pages and print even pages. you can add two button(1. Font page print , 2. Back page print)
Nywalikar 16-Aug-12 2:56am    
K thanku :):)

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