My footer has for value "Page " + PageNumber + " of " + PageCount.
When the report is rendered into a docx file the footer converts to Page 1 of 1. This would be fine except when the document is edited which forces a second page. The second page now also has Page 1 of 1. Is there a way to force the formula "Page " + PageNumber + " of " + PageCount to the docx instead of the literal text.
When the report is rendered into a docx file the footer converts to Page 1 of 1. This would be fine except when the document is edited which forces a second page. The second page now also has Page 1 of 1. Is there a way to force the formula "Page " + PageNumber + " of " + PageCount to the docx instead of the literal text.