Is there a way to get a list of all the fields used in a document template (e.g. a .docx file) when using the LINQ Reporting Engine?
For example the document has template fields referred directly like <<[Client.FullName…...FullName]>> also used in different expressions like <<[Client.DateOfBirth]:“dd-mm-yyyy”>>...then maybe there is a regular expression you would recommend to...