| MailMerge Methods | 
The MailMerge type exposes the following members.
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Execute(IEnumerable) | 
 Performs mail merge operation.
 | 
|   | Execute(DataRow) | 
 Performs mail merge from a DataRow into the document
 | 
|   | Execute(DataTable) | 
 Performs mail merge from a DataTable
 | 
|   | Execute(DataView) | 
 Performs mail merge from a DataView
 | 
|   | Execute(IDataReader) | 
 Performs mail merge from a DataView
 | 
|   | Execute(OleDbDataReader) | 
 Performs mail merge from
 | 
|   | Execute( String , String ) | 
 Performs mail merge operation.
 | 
|   | ExecuteGroup | 
 Performs mail merge operation.
 | 
|   | ExecuteWidthNestedRegion(DbConnection, List DictionaryEntry ) | 
 Executes nested mailmerge within a region for the specified data.
 | 
|   | ExecuteWidthNestedRegion(DataSet, List DictionaryEntry ) | 
 Executes the nested region.
 | 
|   | ExecuteWidthNestedRegion(MailMergeDataSet, List DictionaryEntry ) | 
 Performs mail merge operation.
 | 
|   | ExecuteWidthNestedRegion(DbConnection, List DictionaryEntry , Boolean) | 
 Executes the nested region.
 | 
|   | ExecuteWidthRegion(DataTable) | 
 Performs Mail Merge within a region from a DataTable.
 | 
|   | ExecuteWidthRegion(DataView) | 
 Performs Mail Merge within a region from a DataView.
 | 
|   | ExecuteWidthRegion(IDataReader) | 
 Performs Mail Merge within a region from a DataReader.
 | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetMergeFieldNames | 
 Returns a collection of mergefield names found in the document.
 | 
|   | GetMergeFieldNames(String) | 
 Gets the merge field names.
 | 
|   | GetMergeGroupNames | 
 Gets the merge field names.
 | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | SendMergeField | |
|   | SendMergeGroup(GroupEventType, IRowsEnumerator) | |
|   | SendMergeGroup(GroupEventType, IRowsEnumerator, IMergeField) | |
|   | SendMergeImageField(IMergeField, Object, IRowsEnumerator) | |
|   | SendMergeImageField(IMergeField, Object, String) | |
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
 See Also
See Also