The "d1" parameter value is missing

  • 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

  • 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.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • 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

  • Great!, glad to hear you found a solution.

    Thanks for posting back to let us know what it was too.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply