Bar-codes
StimulReport.Net supports 22 bar-codes: EAN-8, EAN-13, UPC-A, UPC-E, UPC-Supp2, UPC-Supp5, 2 of 5 Standard, 2 of 5 Interleaved, Code 39, Code 39 Extended, Code 93, Code 93 Extended, Codabar, Code 128a, Code 128b, Code 128c, EAN 128a, EAN 128b, EAN 128c, Plessey, Msi, Postnet. For specifying the code in the bar-code you should to use the Code property.

This property is the expression. Therefore, you should specify not only the code line, but an expression for this code calculation. For example, the code is specified as a line:
1234567890123
A code from the data field:
{Items.Code}
When you use the BarCode components you should know that changing of the size of the component does not result in changing the bar-code size. All bar-codes have its own standard. Many kinds of bar-codes can never be modified or can be modified within the limits. Several additional properties for bar-codes are available. You can find these properties on the Properties panel. Just roll out the bar-code type. For example, you can see the EAN-128a bar-code on a picture. This bar-code allows you to setup two options: the bar-code height and the bar-code module.

Bar-code type
Bar-code properties
Important! Component resize does not cause a bar-code resize. Use additional options.