Hi,
I am trying to do report rendering using Cognos 8.3 SDK using CPP. The application that I am trying to build is similar to what is available in SDK/vb/rederreport folder.
Can any one of you suggest the possible steps to do it or whether the following steps are correct?
I tried the following steps:
Create Content Manager Service object
Do a log-on on it.
Create a report service object.
assign biBusHeader of ContentmanagerService to ReportService
do a render/execute over reportservice object.
What I am trying to assign biBusHeader value from contentmanager service to report service the value of biBusHeader property is zero. Can any one of you please tell why it is so? Am I missing something? What exactly do I need to do?
Thanks,
cogno