Produce Compressed Report from Code
Produce Compressed Report from Code
I know how to create a Ranorex report from code but how do I create a compressed report from code? This can be done either by starting a compressed report or compressing it after the report has been finalized.
Re: Produce Compressed Report from Code
Hi,
Have you checked Zip method?...
https://www.ranorex.com/Documentation/R ... _Zip_1.htm
https://www.ranorex.com/Documentation/R ... rt_Zip.htm
Hope this helps?
Have you checked Zip method?...
https://www.ranorex.com/Documentation/R ... _Zip_1.htm
https://www.ranorex.com/Documentation/R ... rt_Zip.htm
Hope this helps?
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
Re: Produce Compressed Report from Code
Thanks! That worked. I was looking at how I needed to initialize the Reporting to create the compressed file instead of looking at how to do it after the report was created.