[]
Represents a Field element of a DataSet, containing information about a field within the data model of the report.
public class Field : IValidateable
| Name | Description |
|---|---|
| Field() | Initializes a new instance of the Field class. |
| Field(string, string, ExpressionInfo) | Initializes a new instance of the Field class using a specified name, data field, and value. |
| Name | Description |
|---|---|
| DataField | Gets or sets the name of the field in the query. |
| Name |
|
| Value |
|
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the Field object. |