Declined
Last Updated: 03 May 2016 10:37 by ADMIN
ADMIN
Tanya
Created on: 25 Nov 2015 16:24
Category:
Type: Bug Report
0
Moved to TDP: 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);
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190096 
Please use the new item for commenting, voting and subscribing instead of this one.
0 comments