Generating a barcode in SSRS/Microsoft Report Builder with an iif statement as one barcode is coming from a database and then on being a basic barcode

Viewed 15

I am currently generating a barcode for shipment ID parameter

  • Code: =Datex.Foundation.Reporting.Barcodes.BarcodeGenerator.GetImageBytes(Datex.Foundation.Reporting.Barcodes.SymbologyEnum.Code128,Fields!shipmentLookupCode.Value, 500, 100, 2, Datex.Foundation.Reporting.Barcodes.HorizontalAlignment.Center)Parameters!

I have a free text parameter for a C-Trac Ref #, that I need to have a create a basic barcode when the shipment id is NULL. The C-Trac Ref # is not coming for the database like the shipment id is.

0 Answers
Related