http://en.wikipedia.org/wiki/QR_Code
22 Answers, 1 is accepted
We have the 2D barcodes request logged in our features list and if there is enough interest for such barcodes, we would consider their implementation. We've logged your vote for QR.
In the mean time, you can use an external barcode product and show it in the reports if necessary. Every Barcode component produces images and thus if you have a 3rd party library/component that can create the barcodes you desire, then you can use our PictureBox item to show this image. For example you can define a user function that returns the image and feed the picturebox item with it e.g.:
public static Image GetBarcodeImage(string barcode)
{
// This is pseudo code
My2DBarcode barcodeEngine = new My2DBarcode(barcode)
return barcodeEngine.GetImage();
}
And use this UserFunction in the PictureBox Value expression:
= GetBarcodeImage(Fields.BarCode)
Best wishes,
Steve
the Telerik team
We've logged your vote for QR barcode - thank you for your involvement!
Sincerely yours,
Steve
the Telerik team
Your vote is in the urn Ronald :) Thank you for the feedback!
Best wishes,
Steve
the Telerik team
Thanks, -John
Thanks
QR Code (and DataMatrix if possible)
please add 2D barcodes support to Telerik Reporting...
Thank you.
Vasssek
Any firm plans for this ?
Best Regards,
Swan B
Hello Galin,
I know, that there is an example for QR code generation, but is it suitable just for ASP Ajax Telerik Rad controls. What we all need is to create something similar control for Telerik Reporting. Btw, I use custom function as Steve wrote above, but native support will be much more comfortable for us :)
Best regards
Vasssek
Click here to post a reply or unsubscribe from this thread. .
From: Telerik Admin
Date: 11/27/2012 5:57:13 AM
Hello,
We have already implemented the QR code in Telerik RadControls.
You can check out this demo with QR Code Generator.
I hope this helps.
All the best,
Galin
the Telerik team
HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!