I have a business case where I have a generic Letter template, in which I insert a building block Word document for the content.
I have generic data (Addressee, Date, Reference etc) and custom data, depending on the building block that is inserted.
I have created a DataSet named ‘ds’ with two tables ‘Generic’ and ‘Specific’, each with one row.
To use ReportingEngine, do I need to pass the dataSourceName parameter to BuildReport, and what is the syntax for the expression in my tags? (I tried things like << [ds.Generic.Rows[0].Name] >> and several other variations.