Hello,
We have a case where there is a deployed *.mrx file and a source code *.mrt file. However due to some issues we want to confirm if deployed file is the same as the mrt source file we have.
How can we achieve the above mentioned requirement?
is there any way to reverse the compiled file to create a mrt file out of it?
Thanks
investigate deployed file to confirm if matches with source
Re: investigate deployed file to confirm if matches with sou
Hello.
Could you specify what files do you deploy? The mrx-files are not compiled. These are encrypted files.
You could load it and save is as mrt-file.
If the report is not changed the ReportGuid of the Report will stay the same. You could check it to know if the report template was changed.
Thank you.
Could you specify what files do you deploy? The mrx-files are not compiled. These are encrypted files.
You could load it and save is as mrt-file.
If the report is not changed the ReportGuid of the Report will stay the same. You could check it to know if the report template was changed.
Thank you.
Re: investigate deployed file to confirm if matches with sou
Hi,
Thanks for the reply.
Could you please tell me how to check the ReportGuid?
Thanks
Thanks for the reply.
Could you please tell me how to check the ReportGuid?
Thanks
Re: investigate deployed file to confirm if matches with sou
Hello.
This is the property of a report.
You could use next code:
Thank you.
This is the property of a report.
You could use next code:
Code: Select all
report.ReportGuid