1

I'm trying to get a report with SQL Server Reporting Services so I put the url directly in the browser but I get this error:

have attempted to establish a report parameter 'report parameter' which is not defined in this report

but if I open the report with Visual Studio and click in preview and pass the parameters I'm able to see the report without any problem.

2
  • cross check the report parameter name . is that same binding ? Commented Feb 10, 2015 at 4:40
  • You need to make sure that the parameter name from report and and from the code are same Commented Feb 10, 2015 at 6:20

1 Answer 1

1

You need to make sure report parameter name from the report is same in your code. enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.