Hello guys,
I have a weird request where I need to print some SSRS report using data from another legal entity.
Originally, I thought it was easy to do since I just had to use changecompany fetch the data and send args to the report.
It is working, but when the report runs it opens the SSRS report form to print on the other legal entity.
For example:
All my data is on USMF legal entity, and I want to print from CUSTOM legal entity
I created a form on the Custom legal entity where when I click a button it will print a report using data from USMF
It uses changecompany to print from USMF, but the company header changes
There is any way to not change the company name on the top right corner of dynamics?
I tried research, refresh and everything but when it prints the report, the value change to USMF and just change back when I manually refresh the form

Thanks,