How can we pass large amount of data from parent to child.
-
Hi,
I'm passing large amount of data from parent to child but it looks not working.
When pass limited text from parent to child then works well.
Please have a look to this link:-
https://playground.jsreport.net/studio/workspace/rkYn7WaCg/260
Please suggest me how can I pass this to child.Thanks in advance
-
i can confirm that the child template params gets broken with such large text, maybe the Lorem ipsum text has some character that broke the way we pass the data to the child template, need to investigate that later.
however in your particular example, remember that the child template inherit all the data context of the parent. so you can reference the data of your report normally just in the child template. see the updated example.
-
Thanks