Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Tanya
Created on: 18 Nov 2015 10:14
Category: UI for WPF
Type: Bug Report
1
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