Page 1 of 1

investigate deployed file to confirm if matches with source

Posted: Wed Mar 09, 2016 3:50 am
by mihiri2
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

Re: investigate deployed file to confirm if matches with sou

Posted: Thu Mar 10, 2016 7:52 am
by HighAley
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.

Re: investigate deployed file to confirm if matches with sou

Posted: Sun Mar 13, 2016 11:56 pm
by mihiri2
Hi,

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

Posted: Mon Mar 14, 2016 6:44 am
by HighAley
Hello.

This is the property of a report.
You could use next code:

Code: Select all

report.ReportGuid
Thank you.