Description
Use DataSourceSeparator to set the character that separates a data source name from a column name in a data marker. '.' is the default data source separator.
C#
vb.net
Remarks
The DataSourceSeparator
property must be set before Open is called because the merge field collection is parsed when the document is opened.
The following characters cannot be used as data source separators:
The space character cannot be used as a data source separator.
Examples
C#
vb.net