Gets or sets the type of barcode displayed by the current field. The default value (None) indicates that the current field should not be rendered as a barcode.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public BarCodeEnum BarCodeType { get; set; }
Visual Basic
Public Property BarCodeType As BarCodeEnum
	Get
	Set

See Also