| 
MailMerge
MappedFields Property
  | 
 Gets the collection of mapped fields. Mapped fields represent mapping between
fields names in the data source and mail merge fields in the document. The keys of
the collection are merge field names and the values are field names in the data source.
 Namespace:
 Spire.Doc.Reporting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Dictionary<string, string> MappedFields { get; }
 
Public ReadOnly Property MappedFields As Dictionary(Of String, String)
	Get
 
public:
property Dictionary<String^, String^>^ MappedFields {
	Dictionary<String^, String^>^ get ();
}
 
member MappedFields : Dictionary<string, string> with get
 
 
 
Property Value
 
 Type:
 
Dictionary
 
String
 
 ,
 
String
 
 The collection of mapped fields.
 
 See Also
See Also