If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

is there any example for get report spec using in C#?

Started by mc09, 07 May 2009 10:26:41 AM

Previous topic - Next topic

mc09

i wrote in
asynchReply qResult = rpService.query(spso,new parameterValue[]{new parameterValue()},qOpts);

but got wrong message, should i add biBusHeader for  reportService instance?

lindero

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.