We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!
We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!
How To: Print Barcode / QR Code in the XtraReport.
This article describes the process of Barcode or QR Code printing in the XtraReport.
Pre-requisites
GinesysReportDesigner.exe must be present in the Shared Location at HO. For example, if Ginesys is installed in C: drive then you can find the GinesysReportDesigner.exe in the following location: C:\GSL\GINESYS12\Shared\GinesysReportDesigner.exe
Step-by-step guide
- Go to Ginesys HO application shared folder (C:\GSL\GINESYS12\Shared) and run 'GinesysReportDesigner.exe' application.
- Go to File > Open.
- Select the existing REPX file.
- You can see that the layout has been populated in the Designer area.
Go to Property Grid > Data > XML Data Path.
Select the data source (XML file) collected from the store.
- Take Barcode from Standard Controls.
Set Symbology as per your requirement (Code39/Code93/Code128/QR Code).
- Set Expression from field list as per your requirement. It is recommended to use Auto-module to show proper Barcode.
- If the field contains special characters, then set CompationMode = Byte in the Barcode properties.
- Now the Barcode and the QR Code can print in the XtraReport.