I checked latest Error, but could not find that it reported anything.
I found something in the mean time.
- It seems that I can create a layout of type Word, BUT have only successfully done this with report 1320, which is a notification.
I found a problem with the Bank Account number if I pull report 1316 in both Excel and XML. (I obviously changed the account numbers)
Example from Report 1316 Word Layout - company with the issue
<Column name="BankAccNo_CompanyInfo">123456789</Column>
Example from Report 1316 RDLC Layout - company with the issue
<Column name="BankAccNo_CompanyInfo">123456789</Column>
Example from Report 1316 Word Layout - company without the issue
<Column name="BankAccNo_CompanyInfo">123456789</Column>
I went to Company information, removed the bank account number entirely, pulled the same report then it returned this.
Example from Report 1316 Word Layout - company with the issue
<Column name="BankAccNo_CompanyInfo"></Column>
It seems this is added to the Word layouts and that I am unable to create any word layouts with this issue, it does not happen on RDLC layouts. Does anyone know what this is and why this would happen. I don't know how to remove that.