FieldMergingArgsBase Properties

The FieldMergingArgsBase type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDocument
Returns the Document object for which the mail merge is performed.
Public propertyCode exampleDocumentFieldName
Gets the name of the merge field as specified in the document.
Public propertyCode exampleField
Gets the object that represents the current merge field.
Public propertyCode exampleFieldName
Gets the name of the merge field in the data source.
Public propertyCode exampleFieldValue
Gets or sets the value of the field from the data source.
Public propertyCode exampleRecordIndex
Gets the zero based index of the record that is being merged.
Public propertyCode exampleTableName
Gets the name of the data table for the current merge operation or empty string if the name is not available.
See Also