field_value property

FieldMergingArgsBase.field_value property

Gets or sets the value of the field from the data source.

@property
def field_value(self) -> object:
    ...

@field_value.setter
def field_value(self, value: object):
    ...

Remarks

This property contains a value that has just been selected from your data source for this field by the mail merge engine. You can also replace the value by setting the property.

See Also