Hello All,
I'm using BO XI 3.1 SP3.
What API/Class should I use to retrieve a Webi document from the CMS and then save it locally? I understand how to query for reports, modify them, and then save back to the CMS with the DocumentInstance object. However, I'd like to save it locally as a .wid file.
Thank you,
Mark
Are you looking for the IInfoObject.getFiles collection?
Sincerely,
Ted Ueda
Yes that is it.
I didn't realize that I was getting a RemoteFile object from the CMS till I looked at it in the debugger. I was thinking that I had to get an ILocalFile somehow, and that obviously was not working.
Thanks for the suggestion. It caused me to look deeper and realize my error.
Regards,
Mark
Add a comment