Updating this, my EAN 128 barcode prints but it doesn't scan
Can anyone help please. This worked with a different reports designer package.
Fields.labelBarcode = "94002155449000028921" (for example)
Report Designer:
<Barcode Width="6cm" Height="1.635cm" Left="0.4cm" Top="2.044cm" Value="= Fields.labelBarcode" Stretch="False" Checksum="False" BarAlign="Center" Name="barcode1">
<Style TextAlign="Center" VerticalAlign="Bottom">
<Font Name="Code 128" Size="10pt" />
</Style>
<Encoder>
<Code128CEncoder />
</Encoder>
</Barcode>
Thanks.