I have an issue ordering a list by date. My Word file contains the following code:
<<foreach [in MyData.OrderBy(p=>p.Date)]>><<[Name]>><</foreach>>
I want the list to print the elements of that list ordered by date. Ho…...DateTime format strings in template syntax like that: <<[Date]:"dd/MM/yyyy">>...to edit every single Word template my application uses as reports...