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 the AggregateFunctionFactory 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 this field.
Filter
Gets or sets IFilter object used for data filtration.
Format
Gets or sets string format used for field data printing.
ShowPercent
Gets or sets the value that indicates whether the data will be displayed in percentage terms.
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