How to generate a QR Code in basic table report SSRS reprt using the Report Server Project

Yue Zhen Khor 20 Reputation points
2023-11-06T10:09:34.58+00:00

I created a basic table report (SSRS report) to be integrated with the Model-driven App. As per user requirement, I need to have a QR code in my SSRS report but I cannot find any way to achieve it. Hence, my question is "How to generate a QR Code in the SSRS report for a Model-driven App?"

The guidance on how to accomplish this would be highly appreciated.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,968 questions
{count} votes

Accepted answer
  1. AniyaTang-MSFT 12,446 Reputation points Microsoft Vendor
    2023-11-07T01:11:56.6366667+00:00

    Hi @Yue Zhen Khor

    As Olaf said, SSRS does not have the functionality to generate QR codes.

    You can refer to this blog to see if it is reliable: https://www.sqlservercentral.com/articles/generate-qr-code-barcodes-in-an-ssrs-report-with-the-qrcoder-library.

    You can also refer to the discussion in this thread: https://stackoverflow.com/questions/36811438/how-do-i-show-a-qr-code-in-ssrs.

    If the answer is helpful, please click Accept Answer and Up-Vote for the same. If you have any questions, please feel free to let me know.

    Best regards,

    Aniya


1 additional answer

Sort by: Most helpful
  1. Olaf Helper 45,391 Reputation points
    2023-11-06T10:19:33.01+00:00

    There is no build-in control for QR Code in SSRS available, you have to search for a 3rd-party solution.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.