[]
Represents barcode in the C1FlexReport.
public class BarCodeField : FieldBase, ICloneable, INotify
Name | Description |
---|---|
BarCodeField() | Initializes a new instance of the BarCodeField class. |
Name | Description |
---|---|
Align | Gets or sets a value determining how the barcode image is aligned within the field area. |
BarCode | Gets or sets the type of barcode. |
BarcodeOptions | Gets the BarcodeOptions object defining additional options of barcode. |
Font | Gets or sets the field's font. |
ForeColor | Gets or sets the field's foreground color. |
ParentReport | Gets the C1FlexReport containing this field. |
Text | Gets or sets a ScriptStringValue yielding the text encoded by the barcode. |
Name | Description |
---|---|
AssignFrom(ReportObject, bool) | Copies properties from another object into this object. |