Click here to Skip to main content
15,908,115 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to add QR Code in Crystal Report in asp .net? Can anyone help me please...
Posted

1 solution

In Crystal you can use barcode fonts or generate images. By experience, I'd not recommend you to use fonts never because they simply will not produce barcode symbols compliance with standards. So avoid future headaches by not using fonts. So, the other way is by generating barcode images and then embed them into the rpt report. There are plenty of barcode image generator solution in the form of open source projects, online APIs, or local dll for ASP.NET
Here are some references for you:


http://scn.sap.com/community/crystal-reports/blog/2013/05/31/qr-codes-in-crystal-reports[^]
http://forums.asp.net/p/895846/965276.aspx[^]
http://stackoverflow.com/questions/5301494/display-dynamic-qr-code-in-crystal-report-in-asp-net-page-c-sharp-code-behind[^]
 
Share this answer
 

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