Version

Field Property (CrossFieldRecordFilter)

Gets or sets the field whose cell data will be matched using the operator and operand.
Syntax
'Declaration
 
Public Property Field As Field
public Field Field {get; set;}
Remarks

Field property specifies the field whose cell data will be matched using the operator and operand of this CrossFieldRecordFilter to determine if a particular DataRecord should be filtered out.

Note that the FieldName and the Field properties will be syncrhonized. When FieldName is set, Field property will be updated to reflect the matching Field object. If no Field with that name exists then the Field property will return null. Likewise when you set the Field property, the FieldName will be updated to reflect the name of the set Field. If Field is set to null, then FieldName will be set to null as well.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also