Export Webreports in Version 10

To have a simple backup, transfer reports from dev to prod etc. I would like to export Webreports. I’ve found the guideline using firefox, firebug, edge, chrome or whatever console:

Unfortunately, this doesn’t work on my site. I’ve tried FF console and Egde dev tools. On both it seems like the function runs, but I don’t get the expected output?

image

It’s a JavaScript nuance – I believe it’s showing you the definition of the function, rather than calling it, but I’m not entirely certain…

But I do know you have to call it with parentheses, as in

WR.PrintReportXML()

After only some weeks I came back here. Thanks for the hint, I’m not sure if I missed the parentheses or whatever, but now i works in Edge like a charm.

Thanks…:slight_smile: