By default, the Merge method of the MailMerge class, merges all records into a single document. The second parameter append specifies whether the single documents should be merged into one document or splitted into separate documents. public void Merge(System.Data.DataTable mergeData, bool append); When connected to a TextComponent such as the...
More...
More...