Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / BarCodeType Property

In This Topic
    BarCodeType Property (RenderField)
    In This Topic
    Gets or sets the type of barcode displayed by the current field. The default value (C1.C1Report.BarCodeEnum.None) indicates that the current field should not be rendered as a barcode.
    Syntax
    'Declaration
     
    Public Property BarCodeType As BarCodeEnum
    public BarCodeEnum BarCodeType {get; set;}
    See Also