Skip to main content
A newer version of this page is available.

XREAN128Generator.CharSet Property

Gets or sets the value specifying the charset type for the EAN-128 bar code.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public Code128Charset CharSet { get; set; }

Property Value

Type Description
Code128Charset

A Code128Charset enumeration value that specifies a charset to be used.

Available values:

Name Description
CharsetA

The “A” character set will be used for coding a bar code.

CharsetB

The “B” character set will be used for coding a bar code.

CharsetC

The “C” character set will be used for coding a bar code.

CharsetAuto

The character set will be chosen automatically according to the XRControl.Text assigned to the bar code.

See Also