Could you please suggest me SDK classes/functions that can be used to extract report metadata including layout, visualizations, order of the columns including hierarchies defined in the report. Is it possible to get output in xml format? COGNOS allow to export report metadata in xml formation. Is BO report can be extracted in similar fashion using BO SDK 3.1?
You should be able to get most, if not all, of the info you're looking for using the ReportEngine part of the SDK. You would then have to build the xml based on that information.
-Dell
Add a comment