ssrs pass paramters to stored procedure

  • In an ssrs 2008 r2 report, I want to pass 3 parameter values to a sql server 2012 stored procedure. It looks like I am doing something wrong when I pass the ssrs report parameter values to the to a sql server 2012 stored procedure.

    Thus can you tell me or point me to a link that will show me how to pass parameter values to the stored procedure from the ssrs report?

  • What does the signature of your stored procedure look like? (what parameters does it expect and what types are they?) What are you doing with the parameters so that they Report-level parameters are not passed to the dataset-level parameters? Surely you must be doing something or this would be really easy.

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

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