Forum Discussion
barcode visual in report
- 8 years ago
Hi Anonymous,
From official documents, the barcode data category is used to filter report by scanning the barcode in real world. For example, the corresponding product number of a barcode is 7290010237530, also there is a productNo field in desktop containing this value. When we scan the barcode of the real product, we can view its related report generated in desktop.
However, to display barcode format in report view, it is not yet supported now. For details, please have a look at this video.
Best regards,
Yuliana Gu
it seems it is not supported but what i did as workaround I just used the image control with external source
then use expression
="https://api.qrserver.com/v1/create-qr-code/?size=200x200&data="& Fields!yourParamter.value
Thanks for this work around.i was also looking for same. i use the barcode api instead of qrcode
https://github.com/metafloor/bwip-js/wiki/Online-Barcode-API