The following tables list the members exposed by Field.
Public Properties
| Name | Description |
| DataField | Gets or sets the name of the field in the query. Note: Data field names do not have to be unique. Multiple fields can refer to the same data field name. Field must have exactly one of the following: Field.DataField or Field.Value. |
| Name | Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem) |
| Value | Gets or sets the expression that evaluates to the value of this field. For example: =Fields!Price.Value+Fields!Tax.Value. The expression cannot contain aggregates or references to report items. Field must have exactly one of the following: Field.DataField or Field.Value. |
Top
Public Methods
See Also