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

Code128Charset Enum

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.Code128Charset class is now obsolete. Use the Code128Charset class instead.

Specifies the character set used for coding the Code 128 bar code structure.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[Obsolete("The DevExpress.XtraReports.UI.BarCode.Code128Charset class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.Code128Charset class instead.")]
public enum Code128Charset

Members

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.

Related API Members

The following properties accept/return Code128Charset values:

Remarks

Use this enumeration’s members to set the charset for an XRBarCode of the Code 128 type. This enumeration’s values are set or returned by the XRCode128Generator.CharSet property.

See Also