[]
        
(Showing Draft Content)

C1.Report.Field.BarCode

BarCode Property

BarCode

Gets or sets a value indicating whether the field should render as barcode.

Declaration
[C1Category("Special")]
[C1Description("Field.BarCode", "Indicates whether the field should render as barcode.")]
public BarCodeEnum BarCode { get; set; }
<C1Category("Special")>
<C1Description("Field.BarCode", "Indicates whether the field should render as barcode.")>
Public Property BarCode As BarCodeEnum
See Also