I am using Aspose Mail Merge to populate dynamic data using:
engine.BuildReport(doc, datAsource, "study");
This allows me to access fields such As:
<<[study.Title]>>
Currently, the values for Title and other properti…...I am using Aspose Mail Merge to populate dynamic data using:
engine.BuildReport(doc, dataSource, "study");
This allows me to access fields such as:
<<[study.Title]>>
Currently, the values for Title and other properti…