ReportViewer Control

  • Hello,

    I am using the Web App to show my report which sucks in one param i.e. "ContactId".

    The param data type is Integer.

    But when I run the Web App it says the following error:

    "The 'ContactId' parameter is missing a value" 😉

    This report works good when I run in the Preview mode and also shows the

    reports on the basis of the parameter I give which here is in textbox.

    Can anyone let me know the best practice to figure out this weird thing with

    SQL Reporting Services.

    😎 😛 ...... Thankzzz ......!!!!!!!!!!!!!!! 🙂 😎

    --DEVAM

  • devammehta (12/3/2008)


    Hello,

    I am using the Web App to show my report which sucks in one param i.e. "ContactId".

    The param data type is Integer.

    But when I run the Web App it says the following error:

    "The 'ContactId' parameter is missing a value" 😉

    This report works good when I run in the Preview mode and also shows the

    reports on the basis of the parameter I give which here is in textbox.

    Can anyone let me know the best practice to figure out this weird thing with

    SQL Reporting Services.

    😎 😛 ...... Thankzzz ......!!!!!!!!!!!!!!! 🙂 😎

    --DEVAM

    Use * for just the testing purpose and check what is the output.

    rather than running this report in rrport viewer , try the query simple in a dataset on a normal page

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • How are your properties defined for the parameter? Is is hidden, internal, etc? Do you have default values? Are you setting the parameter in the code that you create the report view control in? ie, ReportViewerControl.ServerReport.SetParameters(paramList)

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

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