I am wondering if there are any special requierments using the function ServerSideExportEX when running it on the server?
I have created a report where, when i run it localy, i can export a chart to XML. But when i run the same macro when i´ve loaded the report on server it dont work. The macro is simple:
obj.ActiveDocument.GetSheetObject("CH03")'
obj.ServerSideExportEX "path\test.xml", ";", 3
Any1 had a similar issue and solved it or knows why it wont work?