Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class MailMerge
Public Class MailMerge
public ref class MailMerge
type MailMerge =  class end

Members

            
 All Members  Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ClearFields
Gets or sets a value indicating whether [clear fields]. by default value is true.
ClearGroupTag
Gets or sets a value indicating whether [clear group tag]. by default value is false.
Document
Equals(Object)
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(array<String>[]()[][], array<String>[]()[][])
ExecuteGroup(MailMergeDataTable)
ExecuteWidthNestedRegion(DbConnection, List<(Of <<'(DictionaryEntry>)>>))
Executes nested mailmerge within a region for the specified data.
ExecuteWidthNestedRegion(DataSet, List<(Of <<'(DictionaryEntry>)>>))
Executes the nested region.
ExecuteWidthNestedRegion(MailMergeDataSet, List<(Of <<'(DictionaryEntry>)>>))
Performs mail merge operation.
ExecuteWidthNestedRegion(DbConnection, List<(Of <<'(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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(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.)
HideEmptyGroup
Gets or sets a value indicating whether to remove groups which contain empty merge fields
HideEmptyParagraphs
Gets or sets a value indicating whether to remove paragraphs which contain empty merge fields
MailMergeMainDocumentType
MappedFields
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MergeField
Occurs during mail merge when a text merge field processing.
MergeGroup
Occurs during mail merge when group/table processing.
MergeImageField
Occurs during mail merge when an image merge field processing.
SendMergeField(IMergeField, Object, IRowsEnumerator)
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.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc.Reporting..::..MailMerge

See Also