COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: mc09 on 07 May 2009 10:26:41 AM

Title: is there any example for get report spec using in C#?
Post by: mc09 on 07 May 2009 10:26:41 AM
i wrote in
asynchReply qResult = rpService.query(spso,new parameterValue[]{new parameterValue()},qOpts);

but got wrong message, should i add biBusHeader for  reportService instance?
Title: Re: is there any example for get report spec using in C#?
Post by: lindero on 08 May 2009 03:13:02 AM
the report spec is a property of a report object within ContentStore. So you have to query ContentStore with the PropEnum of specification and you will get the XML String which represents the report spec.