The Field type exposes the following members.

Constructors

  NameDescription
FieldOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
ValueToString
Returns a fields value string notion.

Properties

  NameDescription
Aggregate
Gets or sets AggregateTableFactory object which creates an aggregate function.
Caption
Gets or sets field caption.
DisplayExpression
Gets or sets the expression for displaying data of the given field.
Expression
Gets or sets the expression for calculating data of a field.
FieldType
Gets or sets FieldType mode representing a way the given field can be used.
Filter
Gets or sets the IFilter object used for data filtering.
Format
Gets or sets string format used for field data printing.
Groups
Gets custom field groups.
ShowPercent
Gets or sets the value that indicates whether the data will be displayed in percentage terms.
ShowProgress
Gets or sets the value that indicates whether the data will be displayed as progess.
SortOrder
Gets or sets SortOrder indicating the sort order.
TotalLabel
Gets or sets the total value caption.
Width
Gets or sets field column width.

See Also