本文介绍了必须使用水晶报告在正面和背面打印身份证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们知道身份证必须印在正面和背面,我们如何在Crystal Report中实现这一目标?
而且身份证的尺寸较小,因此如果将其放在A4尺寸的纸张上.考虑到背面,您将拥有很多身份证.因此,可以在单个报告中背面和正面打印2-3个身份证

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

推荐答案

crxreport.PrinterDuplex = crPRDPHorizontal 


对于第二个问题,是的,您可以在单页上打印2-3张卡片.就像您在页面中打印多行一样.希望您能从中得到提示.

谢谢
-Amit Gajjar


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


这篇关于必须使用水晶报告在正面和背面打印身份证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 01:52