The following tables list the members exposed by FieldCustomization.
Public Constructors
Public Properties
| Name | Description |
| DisplayName | Gets or sets a display name for the dataset field. Keep it null (Nothing in Visual Basic) if existing name is OK. |
| Format | Gets or sets field’s format code. Keep it null (Nothing in Visual Basic) to select format automatically based on the data. |
| Name | Gets or sets the name of the dataset field that will be customized. Required. |
| Type | Gets or sets the field’s type. See FieldType for supported types. Keep it null (Nothing in Visual Basic) to select type automatically based on the data. |
Top
See Also