logo
small logo
  • Products
  • Buy
  • Support
  • About
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • GS1 Databar barcodes in FastReport .NET
  • Creating ITF-14 barcodes in .NET applications

    February 25, 2021

    ITF-14 (Interleaved Two of Five) is a two-band numeric code, otherwise known as a

    read more
  • How to set up the LOGMARS barcode in FastReport .NET

    September 6, 2021

    LOGMARS stands for Logistics Applications of Automated Marking and Reading Symbols. It is a specification

    read more
  • How to create a Japanese Post 4-State Code barcode in FastReport .NET

    September 3, 2021

    Japanese Post was created for the Japanese postal system for the sake of encoding mail

    read more
  • How to create QR code with a picture

    January 9, 2019

    It's no longer a novelty to see a pixel QR barcode on the product packaging.

    read more
  • How to create a Code-128 barcode A, B, C (.NET, VCL)

    December 22, 2021

    CODE 128 is the barcode developed by Computer Identics Corporation (U.S.A.) in 1981. CODE

    read more

GS1 Databar barcodes in FastReport .NET

December 6, 2021

FastReport .NET

We have added the following barcodes:

– GS1 Databar Limited;

– GS1 Databar Omnidirectional;

– GS1 Databar Stacked;

– GS1 Databar Stacked Omnidirectional.

GS1 DataBar is a highly versatile product labeling symbol primarily intended for scanning at POS terminals. GS1 DataBar is capable of encoding the GTIN (Global Trade Item Number) on small consumer products, which are difficult to label with a standard EAN-13 symbol. This is fresh (weight) produce, jewelry, or “do it yourself" products.

Data encoded with GS1 Databar Limited, GS1 Databar Omnidirectional, GS1 Databar Stacked, GS1 Databar Stacked Omnidirectional consists of an Application ID (01), a 13-bit Numeric Trade Item ID, and a Check Digit.

Note: leading digits (01) are an implied application identifier that is not to be encoded in the symbol and is displayed only as text to show that data is encoded for basic use.

The character standard is defined by ISO/IEC 24724-2011, which describes instructions for decoding barcodes.

GS1 Databar Omnidirectional

GS1 Databar Omnidirectional barcode is designed for omnidirectional reading and can be used at POS.

GS1 Databar Limited

GS1 Databar Limited barcode is designed for unidirectional reading and cannot be used at POS.

GS1 Databar Stacked Omnidirectional

GS1 Databar Stacked Omnidirectional Barcode is a GS1 Databar Omnidirectional split into two lines. It is designed for omnidirectional reading and can be used at POS.

GS1 Databar Stacked

GS1 Databar Stacked Barcode is a GS1 Databar Omnidirectional split into two lines. It is designed for unidirectional reading that cannot be used at POS.

Generating GS1 Databar Omnidirectional from code:

//Create a report object
 Report report = new Report();
 //Create a report page
 ReportPage page = new ReportPage();
 //add a unique identifier
 page.CreateUniqueName();
 //Add it to the collection of report pages
 report.Pages.Add(page);
 //Create a data band
 DataBand dataBand = new DataBand();
 //with a unique identifier
 dataBand.CreateUniqueName();
 //and add it to the band collection
 page.Bands.Add(dataBand);
 //Create a barcode object
 FastReport.Barcode.BarcodeObject barcode = new FastReport.Barcode.BarcodeObject();
 //Set the barcode type
 barcode.Barcode = new FastReport.Barcode.BarcodeGS1Omnidirectional();
 //Set a numeric combination for encoding
 barcode.Text = "1234567890123";
 //Place the barcode on the page
 barcode.Parent = dataBand;
 //Set the size of the object 
 barcode.Bounds = new RectangleF(0, 0, Units.Centimeters * 10, Units.Centimeters * 3);
 //Display the report
 report.Show();

These barcodes allow users to encode the required product data and use it for various purposes.

about product buy
avatar
Vladislav Yarovoy
.NET Development
Fast Reports Team: Vladislav Yarovoy - NET Development at Fast Reports
.NET FastReport Barcode

Add comment
logo
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314
  • Buy
  • Download
  • Documentation
  • Testimonials
  • How to uninstall
  • FAQ
  • Tutorial Video
  • Forum
  • Support SLA
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Extended licensing
  • Contact us

© 1998-2023 by Fast Reports Inc.

  • Privacy Policy

Trustpilot