I have created a custom object to call the function “BuildReport(Document document, object DataSource)”, this object contains an object of type DataTable.
To iterate the DataTable in the .docx template I’m doing:
<<for…...I’m doing: <<foreach [ag in data.getTable().getDataSet().getTables()]>>...to iterate throw rows in the data.getTable() , right? But in your...