Page 1 of 1

Converting Report files

Posted: Thu Mar 10, 2011 9:55 am
by cld2403
Hello,

is it possible to save the Report files not as .rxlog but as xml or html?

thanks in advance
regards

Re: Converting Report files

Posted: Thu Mar 10, 2011 12:32 pm
by Support Team
Hi,

If you want to have the report file as a xml file, just rename it to *.xml. That's all you have to do.

Regards,
Peter
Ranorex Team

Re: Converting Report files

Posted: Thu Mar 10, 2011 3:46 pm
by Ciege
And from within code you can just set up the log to use XML by using the Report.Setup method:

Code: Select all

Report.Setup(ReportLevel.Debug, "MyLogFile.XML", true);

Re: Converting Report files

Posted: Fri Mar 11, 2011 9:13 am
by cld2403
hey thanks for the answer
worked without any problems
thanks