Hi Aspose Team,
I’m using Aspose.Words with the LINQ Reporting Engine, and I have a JSON data source with two separate arrays: one contains person names and IDs, and the other contains addresses and person IDs. I want t…...json"); Document doc = new Document(@"C:\Temp\in.docx"); ReportingEngine...BuildReport(doc, ds, "data"); doc.Save(@"C:\Temp\out.docx"); data...