How to do barcode in SSRS (X++)

In ths post, i will explain how to do barcode in SSRS reports.

- First of all you need to install barcode fonts into your reporting server and AOS server. Search for barcode fonts over internet and install them both of the servers and restart the machines.

- After you return the dataset and started to your report design in Visual Studio; you need to write the field expression of the field with stars, that you want to be seen as a barcode.

- Create a textbox and select your returning data.
- Right click on the textbox and select TextBox Properties. In the properties menu, select Font and select "BC C39 3 to 1 HD Wide" (You can select other barcode types also but this works for me generally).




- After this, right click the TextBox and select "Expression" and write the field expression like below.


Comments

Popular posts from this blog

How to find Company Logo (X++)

How to find MainAccount with LedgerDimension (X++)