Generate QR Code® barcodes in an SSRS report with the QRCoder library

  • 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!

  • Hey guys,

    Just a question: If I install the assemblies on the GAC, on the SSRS server, will it still work?

    Marios

     

Viewing 2 posts - 16 through 16 (of 16 total)

You must be logged in to reply to this topic. Login to reply