Parameter Passing error
The report is missing a parameter value but prompting for it has been disabled.
when i am passing parameter in report viwer webpart i got this error please suggest me how to pass parameter in report viwer web part .Yashwant Singh Mourya.
May 20th, 2011 11:33am
Can you please check if these help?
http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/0cdefeda-87ba-445f-a22f-abda48dd6fd9
http://sharepointhimadrish.com/index.php/2010/01/26/sql-server-reporting-services-report-reviewer-configuration/
Free Windows Admin Tool Kit Click here and download it now
May 20th, 2011 11:46am
Hi YASHWANT,
Generally, we can use the Report Parameters dialog box to define parameters for a report that is processed in local mode. However, to provide a data value to the parameter at run time, we need to use the SetParameters method to pass the value to the ReportViewer
control.
For more information about Parameter prompting in local mode, please refer to these articles below:
http://msdn.microsoft.com/en-us/library/ms251682(v=VS.90).aspx
http://www.gotreportviewer.com/
If you have any question, please feel free to ask.
Thanks,
Bin Long
May 24th, 2011 12:48am