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.v20.2.dll

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

Declaration

public Code128Charset CharSet { get; set; }

Property Value

Type Description
Code128Charset

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

See Also