Class Record.Field
Represents the field.
Inheritance
System.Object
Record.Field
Namespace: FastReport.Export.Dbf
Assembly: FastReport.dll
Syntax
public class Field
Properties
Data
Gets or sets data in field
Declaration
public StringBuilder Data { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Text.StringBuilder |
Type
Gets or sets type of field
Declaration
public Record.FieldType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Record.FieldType |