I have a project which displayed reports fine using vs2003, when upgraded to vs2005 it also worked, when upgraded to vs2008. Everytime I run the report, It always asks me to fill in the parameters.
My code basically does the following:
Create the reportdocument
assign datasets to the main and subreports.
assign values to the parameters.
set the report source to the reportdocucment..
yet, everything Ihave read so far says this is the way to do it.
But it still asks me for parameters once the report is shown.
Please help...