problem with barcode in stimulreport
Posted: Sun May 22, 2011 6:39 am
hi
i use this code to send a code value to a barcode in c#:
but it adds a number or character in the end of barcode.
for example: for 123456
barcodescanner read 123456u
what's my problem?
i use this code to send a code value to a barcode in c#:
Code: Select all
Stimulsoft.Report.Components.StiBarCodeExpression st = new Stimulsoft.Report.Components.StiBarCodeExpression("123456");
txt_barcode.Code = st;
for example: for 123456
barcodescanner read 123456u
what's my problem?