February 10, 2009 at 12:15 pm
Hi,
I run my SRSS using report viewer control(VS 2008). I am passing input to the report from my UI.The inputs are 2 date fields, d1 and d2.
Each and everytime,when I run my report I am getting this message.
"The "d1" parameter value is missing". But still I am able to run my report. I need to avoid this message
I checked with various options in the ReportViewer Parameter, I cannot find one.
Please share me your thoughts.
Thank you all for reading this
Regards,
Sudhagar.S
February 10, 2009 at 12:39 pm
Couple of things, how are you passing your parameters? in the URL or somehow else...
The last post in the following has a suggestion which may work for you.
http://forums.asp.net/t/1265541.aspx
-Luke.
February 10, 2009 at 3:14 pm
Hi Luke,
Thanks for your response.
I made the following change and it worked out for me.
In the Design, I made reportViewer.Visible = false;
then In my button click event, I made agian reportViewer.Visible = true;
By this way, I sorted it out.
Thanks for your time,
Regards,
Sudhagar.S
February 11, 2009 at 6:47 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply