October 15, 2021 at 10:17 am
Hi everyone,
I have another issue with this:
If I use this code, I get the image, but of course it only picks the first data in the table:
=Code.QRCoderByteArray("MYDOMAIN/?UID=" + First(Fields!OPENING_UID.Value, "data") + "&AUTH=" + Fields!UID.Value)
If I use this code to have the correct data in the table, I don't have the image:
=Code.QRCoderByteArray("MYDOMAIN/?UID=" + Fields!OPENING_UID.Value + "&AUTH=" + Fields!UID.Value)
What could that be, and how could I avoid that? Any help would be great!
Thanks!
October 21, 2021 at 5:25 am
Hey guys,
Just a question: If I install the assemblies on the GAC, on the SSRS server, will it still work?
Marios
August 23, 2022 at 1:48 pm
Thanks for the start article. Installed the libraries from the resources in the SSRS GAC. Also copied them to ReportServer\bin folder.
Todo: reportbuilder
April 26, 2024 at 9:34 am
Hey guys, question: With QRCoderImageToByteArray, can we set the QR Code Error Correction Level?
And, if we can't what is the Default QR Code Error Correction Level?
Regards,
Marios
April 29, 2024 at 9:33 am
The library is open-source, you may find the information there https://github.com/codebude/QRCoder
Viewing 5 posts - 16 through 19 (of 19 total)
You must be logged in to reply to this topic. Login to reply