Available user Parameter in Running Mode?

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

Available user Parameter in Running Mode?

Post by MARIMUTHU K »

HI hi hi,

ur Tool is well compare than other Tool.

user Parameter in Running mode ,Its avialabel in CR 9.0 .

I didn't know that available or not ?

Please help me.



Regards,
KMarimuthu.
Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Available user Parameter in Running Mode?

Post by Edward »

KMarimuthu wrote:HI hi hi,

ur Tool is well compare than other Tool.

user Parameter in Running mode ,Its avialabel in CR 9.0 .

I didn't know that available or not ?

Please help me.

Regards,
KMarimuthu.
Please use following code:

Code: Select all

stiReport1.CompiledReport.DataSources["Customers"].Parameters["@countryID"].ParameterValue = "Italy";
stiReport1.Render(false);
Thanks!
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

Available user Parameter in Running Mode?

Post by MARIMUTHU K »

hi hi hi,


its good .

Thanks .


Regards,


Marimuthu K
Post Reply