Class FieldInfo
Describes a single field shown in the fields tree, carrying its owning dataset, field name, .NET data type and display size.
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class FieldInfo
Constructors
View SourceFieldInfo(DataInfo, string)
Declaration
public FieldInfo(DataInfo dinfo, string fname)
Parameters
| Type | Name | Description |
|---|---|---|
| DataInfo | dinfo | |
| string | fname |
Fields
View SourceDataType
Declaration
public Type DataType
Field Value
| Type | Description |
|---|---|
| Type |
fieldname
Declaration
public string fieldname
Field Value
| Type | Description |
|---|---|
| string |
fieldsize
Declaration
public int fieldsize
Field Value
| Type | Description |
|---|---|
| int |
ninfo
Declaration
public DataInfo ninfo
Field Value
| Type | Description |
|---|---|
| DataInfo |