Page tree
Skip to end of metadata
Go to start of metadata

Description

Sets the data source for the specified main document merge field to an object. The main document is the part of the document that is not within a repeat block.

C#
vb.net

Parameters

value
An object to use as a data source. WordWriter will insert this value in the specified merge field.
name
The name of the the merge field at which to insert the value.

Exceptions

ArgumentNullException
Save will throw this exception if null (C#) or Nothing (VB.NET) is passed to the method.
ArgumentException

Remarks

The data marker requires a #1 on the template. For example, to use the sample code below, you must have a merge field on the template with the data marker "FirstName.#1".

Examples

C#
vb.net
  • No labels