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

Passing Parameters from SDK.

Started by naveen, 11 Apr 2006 06:48:05 PM

Previous topic - Next topic

naveen

Hi Friends,
I need to pass parameters from SDK(Reportnet 1.1 MR2).
I am using c#(.NET).

Can any one advice me how to do that.

Thanks in advance

--Naveen

gknierim

What are you trying to accomplish using the SDK?  What functions are you trying to call?  The SDK documentation lists everything you need to know about which parameters to be passed.

pw

Hi,

i am also using C# and trying to execute a report which has 4 prompt-parameters.
i checked the reportrunner example and there is a line:


// Set up the report parameters.
parameterValue[] pv = new parameterValue[]{};


how can i set values to my parameters "UNC_PATH", "T_STAMP", "T_STAMP2", "ATTRIBUTE"?

thank you very much in advance,
pw