i'm a newbie in using report viewer and having a tough time now building a web app in c# and asp.net.. hope someone can help me on this.
i'm using VS2005 and RS2005.
i've tried looking at the sample RssNewsReader but i have problem running it. error message : Could not find type 'RssNewsReader.ChannelInfo'.
i think this is because i don't have system.ComponentModel in the reference and i don't have this dll file in my system as well, therefore i could not add it in.
i tried looking at sample in odetocode website but the sample wasn't built using VS2005, so i encounter problems changing the syntax.
can someone direct me to a sample i can use
i want to know how to set parameter and filter the result according to the parameter selected and display it on the report viewer (using web form).
another thing is i'm creating my own parameter area on the page because of reporting services limitation dealing with parameter validation.
i've tried using the following declaration but found out that it's the parameter toolbar from report designer that was displayed.
ReportParameter[] parameters = new ReportParameter[4];
parameters[0] = new ReportParameter("property", txtProperty.text);
.....
ReportViewer1.ServerReport.SetParameters(parameters);
sorry for this long post. had been cracking my head with this for the past fortnight. please help.
thanks!

report viewer newbie
nblack2004
Nick Boyd