Hi
I have developed a report using microsoft reporting services with certain fields
In my report the user enters name (which is a parameter) and the report is displayed
Inside my report. I have a field studentID which should be a link which when clicked should take me to a new report which is a report in extranet.
Currently I dont have access to that rdl and for certain reasons, I am asked to link to that report by
coding a hyperlink in development
I know that in the text box under action properties I need to give the url , but its not working
Should i specify the student id anywhere .
What and where should I code?
Thanks
If I were going about this, I would use the "Jump to URL" radio button.
However, the problem that you are going to have is passing and retrieving the parameter (as you already see).
Usually, the way you pass a parameter in a URL is as follows:
http://forums.microsoft.com/MSDN/AddPost.aspx?PostID=2009786&SiteID=1
The parameters in the above URL are PostID with value 2009786 and SiteID with value 1.
Now, how you go about retrieving those values in the report from the URL is beyond my experience.
Possibly someone else knows how.
No comments:
Post a Comment