investigate deployed file to confirm if matches with source

Stimulsoft Reports.NET discussion
Post Reply
mihiri2
Posts: 43
Joined: Mon Apr 08, 2013 2:29 am

investigate deployed file to confirm if matches with source

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: investigate deployed file to confirm if matches with sou

Post 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.
mihiri2
Posts: 43
Joined: Mon Apr 08, 2013 2:29 am

Re: investigate deployed file to confirm if matches with sou

Post by mihiri2 »

Hi,

Thanks for the reply.

Could you please tell me how to check the ReportGuid?

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: investigate deployed file to confirm if matches with sou

Post by HighAley »

Hello.

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

Code: Select all

report.ReportGuid
Thank you.
Post Reply