FieldMergingArgsBase class

FieldMergingArgsBase class

Base class for FieldMergingArgs and ImageFieldMergingArgs. To learn more, visit the Mail Merge and Reporting documentation article.

Remarks

Properties

NameDescription
documentReturns the FieldMergingArgsBase.document object for which the mail merge is performed.
document_field_nameGets the name of the merge field as specified in the document.
fieldGets the object that represents the current merge field.
field_nameGets the name of the merge field in the data source.
field_valueGets or sets the value of the field from the data source.
record_indexGets the zero based index of the record that is being merged.
table_nameGets the name of the data table for the current merge operation or empty string if the name is not available.

See Also