This is a migrated thread and some comments may be shown as answers.

Support for printing QR-Code?

13 Answers 545 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 02 Jan 2011, 02:42 AM
Hi;
When will you be supporting QR-Code printing?

Thanks!

13 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 03 Jan 2011, 12:25 PM
Hi Ben,

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.

Greetings,
Steve
the Telerik team
Get started with Telerik Reporting with numerous videos and detailed documentation.
0
Kenneth Mazur
Top achievements
Rank 1
answered on 22 Aug 2011, 08:11 PM
I vote for it 2!
0
John Pendergrast
Top achievements
Rank 1
answered on 10 Nov 2011, 07:05 PM
I would definitely vote for QR code support as well.
0
Bruce Walker
Top achievements
Rank 1
answered on 29 Feb 2012, 04:29 AM
Add my vote too.
0
SWAT
Top achievements
Rank 2
answered on 05 Mar 2012, 11:05 AM
Yes please, QR code is somthing our clients start to ask for.
0
Danny
Top achievements
Rank 1
answered on 05 Mar 2012, 06:23 PM
I would like to add my vote for this as well.
0
SwanB
Top achievements
Rank 1
answered on 09 Sep 2012, 09:53 PM
QR-codes please
0
Hrisi
Telerik team
answered on 13 Sep 2012, 10:29 AM
Hi guys,

I think the original question is misleading. First of all what means "support of QR code". If your data contains a QR barcode this implies that it will be in binary format (image). Telerik Reporting provides a PictureBox item for such purposes. Second, if you want to represent some text as QR barcode, you can use an user function. There are plenty of QR drawing libraries including free ones. You can use them to convert the text to the image and put this image as a value for the PictureBox item.

The original question is regarding printing only, but I think the previous thoughts are the answer. Furthermore if you use the reporting only for printing (export to pdf) I think there is more than enough document-centric applications that will do the job better and more easily. Why not to use them?

Greetings,
Hrisi
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
SwanB
Top achievements
Rank 1
answered on 13 Sep 2012, 10:57 AM
I do agree with Hrisis comments.

As QR-codes have a very profound market penetration and are used extensively throughout the world, we more or less took for granted that Telerik Reporting supported "representing text as a QR BarCode".

We appreciate the suggestion and do understand that this is "do-able" through "a hack using a user function", but we feel this is beside the point as we expected that this was supported natively in the Telerik Reporting product.

1.
That being said, to avoid not being left in the dark, we would appreciate very much a sample where this user funtion functionality for QR-code is used.

2.
Please also indicate what is the plans and timeframe for Telerik Reporting for supporting "representing text as a QR BarCode" ?


Best Regards
Swan B
0
Steve
Telerik team
answered on 17 Sep 2012, 11:28 AM
Hi,

As every Barcode component produces images, if you use a 3rd party library/component that can QR barcode, 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 the pseudo code
            MyQRBarcode barcodeEngine = new MyQRBarcode(barcode)
            return barcodeEngine.GetImage();
        }

And use this UserFunction in the PictureBox Value expression:

    = GetBarcodeImage(Fields.BarCode)

where Fields.BarCode is the database field containing the value of the bar code.

We cannot engage with a time frame for natively supporting 2D bar code symbologies at this time.

Regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Vasssek
Top achievements
Rank 1
answered on 17 Sep 2012, 06:58 PM
Hello everyone,

take a look at this link:
http://sourceforge.net/projects/datamatrixnet/

This project supports 2D codes (Datamatrix, PDF417) for  .NET and .NET CF applications... And it's free :)

Best regards

Vasssek 
0
Otto Neff
Top achievements
Rank 2
answered on 06 Aug 2013, 08:56 AM
Vote! Currently it's pretty sad that there is no way to have Vector Based 2D Codes in PDF Exports with Telerik Reporting.
0
Stef
Telerik team
answered on 19 Jun 2015, 12:01 PM
Hi,

The Barcode item supports the 1D and 2D barcode types listed here.

If you need other barcode type, you can render the barcode with other libraries and save it as an image that can be later displayed in a report via PictureBox item.


I hope this information helps you.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items



Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Steve
Telerik team
Kenneth Mazur
Top achievements
Rank 1
John Pendergrast
Top achievements
Rank 1
Bruce Walker
Top achievements
Rank 1
SWAT
Top achievements
Rank 2
Danny
Top achievements
Rank 1
SwanB
Top achievements
Rank 1
Hrisi
Telerik team
Vasssek
Top achievements
Rank 1
Otto Neff
Top achievements
Rank 2
Stef
Telerik team
Share this question
or