Page 1 of 1

Report - how to

Posted: Mon Aug 29, 2011 8:14 pm
by omayer
After sending report file as attachement in mail, not able to open to view the report, error returned page not found, also how to get the current report file instead of searching by wild car. Any input
thank you
beginner

Re: Report - how to

Posted: Mon Aug 29, 2011 9:47 pm
by Ciege
Did you sent the XSL as well as the XML/RXLOG file?

You can name your reports in code and place them in a specified location so you don't need to search for files via a wildcard to find the report...
Look up the usage of

Code: Select all

Report.Setup

Re: Report - how to

Posted: Tue Aug 30, 2011 9:58 am
by Support Team
Hi,

As ciege said, you need also the XLS file. The Ranorex Report Log file needs this file, because inside this file all styles are stored. If you want to send your whole report by mail, I would suggest you to zip the files before you send it.

Regards,
Peter
Ranorex Team

Re: Report - how to

Posted: Wed Aug 31, 2011 3:32 pm
by omayer
Thank you Ciege, will try Report.setup to place logfile in diff lcoation and add xsl w/attachement
Thanks,
Beginner