Completed
Last Updated: 14 Jun 2016 07:29 by ADMIN
ADMIN
Deyan
Created on: 25 Apr 2016 18:06
Category: WordsProcessing
Type: Bug Report
1
Default style properties of the document are not copied when mail merge is executed
Workaround:
Copy the default styles after the Mail Merge

RadFlowDocument merged = sourceDocument.MailMerge(mailMergeSource);
merged.DefaultStyle.ParagraphProperties.CopyPropertiesFrom(sourceDocument.DefaultStyle.ParagraphProperties);
merged.DefaultStyle.CharacterProperties.CopyPropertiesFrom(sourceDocument.DefaultStyle.CharacterProperties);
1 comment
ADMIN
Aylin
Posted on: 14 Jun 2016 07:29
Hi,

The issue is fixed and will be live in our upcoming 2016 R2 SP1 release.

Regards,
Aylin,
The Telerik Team