I’m using the LINQ Reporting Engine in Aspose.Words and passing a large JSON structure (~18,000 tokens) as the data source.
Currently, I’m instantiating the data source like this:
var dataSource = new JsonDataSource(n…...BuildReport(doc, dataSource); While generating the JSON and memory stream...minutes — before the report generation even begins. Is there a more...