-4

Ok, been looking at examples and answers given for this problem and so far none of them have worked. I either get the parameters aren't being passed or an error.

I have an SSRS report setup where when the user clicks on a text box it should pass the CalendarID and the student number to the next report. When doing it with a report but not when I have it going to a URL.

Right now my URL looks like this

http://mpstasks1/ReportServer/Pages/ReportViewer.aspx?%2fMPS%2fStudent+Summary&rs:[email protected]

I have 2 parameters I want to pass but testing with one right now.

What am I missing?

TIA

1
  • Welcome to Stack Overflow. Please take the tour to learn how Stack Overflow works and read How to Ask on how to improve the quality of your question. Then edit your question to include your source code as a working minimal reproducible example, which can be tested by others to provide an answer faster. Please see: What Do You Mean “It Doesn't Work”? It is unclear what you are asking or what the problem is. Please edit your question to include a more detailed description of the problem you have. Commented Apr 29 at 19:34

1 Answer 1

0

It sounds like your hard coding the entire string with the parameter, but the string would need to be created in the expression for the Go To URL to evaluate the parameter.

="http://mpstasks1/ReportServer/Pages/ReportViewer.aspx?%2fMPS%2fStudent+Summary&rs:calendarID=" & Parameters!calendarID.Value

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.