Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello 


I have a feature request. 

I would like to request that a new event is added to the above product to allow a event to be raised when a group merge field is is started or ended Eg:  

public delegate void MergeFieldGroupStartEventHandler(object sender, MergeFieldGroupEventArgs args);

public delegate void MergeFieldGroupEndEventHandler(object sender, MergeFieldGroupEventArgs args);.

I would also like to request that the MergeFieldGroupEventArgs contains a list of the merge field data that the group is to render.

Thank you very much.

Brian

-------------------
Further details 15/02/2019

 In a nutshell the use cases are:

 

  1. Programmatically change/filter the mail merge group data based upon a value in the word document that exists between the start and end group
  2. Access and alter word document items between the groups start and end tag. This might be useful for populating unusual word items that can’t accept mail merge fields, but need the data a merge filed with the group data. A good example would be an imbedded excel spreasdsheet

 

A sample template using the above use cases might look like the attachment

 

Thank you for your time: