Send entire template context in request
-
In the documentation (https://jsreport.net/blog/stopping-windows-rendering-support-in-jsreportonline#template-content-in-api-call), it is described that one could send the template content in the request. As far as I understand, it would be possible to also send the content of for example components as well. I'm just wondering how one could send the entire context in the jsreport request. Is it as simple as adding a key called "context" next to "template" and "data"?
Or isn't it possible at all?
-
You can't send assets or components or child templates in the request. These needs to be stored in the jsreport templates store.
You can typically send only direct references of the template like scripts or pdf utils operations.