I want to feed data from dataset to Word. I have set the bookmarks for one report so I can ensure the right data goes to right form fields.
But the thing is, this report I'm working will grow; it has one section which is just repeats, and if the page reach end of then, I need to add a new page which is identical in formatting just continuation of details.
How, then, do I refer to those form fields' bookmarks as the report grows?
How to create dynamical bookmarks to repeate at the end of the second block that needs to repete.
I have a word Template (Government one). It has 2 section
1.Header
2. Body
Body section of the page needs to grow as the UltraGrid checkbox is checked.
I could map to all the bookmark at one checkbox but for second one it overwrites, I am not sure how to dynamically creating bookmarks as a new page (or end of the first one).