Field Members
Include Protected Members
Include Inherited Members
Represents a field in a dataset.
The Field type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Field() | Initializes a new instance of the Field class. |
![]() |
Field(IPropertyStore) | Initializes a new instance of the Field class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
Caption | Infrastructure. |
![]() |
DataField | The name of the field in the query. |
![]() |
IsCalculatedField | Infrastructure. |
![]() |
Name | The field name. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
TreatAsNumeric | Infrastructure. |
![]() |
TypeName | The data type of the value. |
![]() |
UserDefined | Indicates whether the field value is user defined. |
![]() |
Value | The field value. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top