Hi..
This is Suriya Again..
I am trying to print the parameter value( which was given from the web form ) in the report.
Public String parameter1
{
get
{
return (string) sqldataadapter1.selectcommand.parameter[0].value;
}
set
{
sqldataadapter1.selectcommand.parameter[0].value=value;
}
}
Using this above method i have retrive the parameter from web form..
then i have create a report parameter named as para1....
my doubt is how can i assign the parameter1 value (i.e., from web form) to para1(report)?
please clarify my doubt as soon as possible...
By
S.Suriya Narayanan
This is Suriya Again..
I am trying to print the parameter value( which was given from the web form ) in the report.
Public String parameter1
{
get
{
return (string) sqldataadapter1.selectcommand.parameter[0].value;
}
set
{
sqldataadapter1.selectcommand.parameter[0].value=value;
}
}
Using this above method i have retrive the parameter from web form..
then i have create a report parameter named as para1....
my doubt is how can i assign the parameter1 value (i.e., from web form) to para1(report)?
please clarify my doubt as soon as possible...
By
S.Suriya Narayanan