I have a report that needs to process the data that it get from SQL before show it. For that, I have a custom code, and a Dictionary where I push all the processed data. My problem is that if I save the dictionary in a report variable when I export the report to Word that variable seems to be cleaned. What is the lifecycle of the reports variables? What is the most convenient way of saving an object during the report life.
Thanks!