Click or drag to resize

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
public Dictionary<string, string> MappedFields { get; }

Property Value

Type: Dictionary String , String
The collection of mapped fields.
See Also