How to print QR Code in Report w/o 3rd party tool

Hi,

Is it possible to print QR Code in Report without using any 3rd party tool or dll ?

Best Answer

Answers

  • xStepaxStepa Member Posts: 106
    edited 2017-08-23
    Hi, you can use Microsoft.Dynamics.Nav.MX(.BarcodeProviders.QRCodeProvider) assembly which you should find on your installation DVD.
    QRAssembly := QRAssembly.QRCodeProvider();
    QRFile := QRAssembly.GetBarcode(pRawText);
    
    Regards
    xStepa
Sign In or Register to comment.