views:

182

answers:

2

Hi ,

I have two different reports created in two different projects. I would like to have a link back and forth between these two reports. Both the .RDL are uploaded in server and works fine. I know to link between the RDLs in the same project. But how do I handle this situation. Is that always good to have both the reports (rdl) in single project and do the link. I would appreciate your suggestions.

Thanks, San

A: 

Depends. Are you passing a parameter between the reports, or are you just linking to it? If you're just linking to it you could just copy the url for the report and add the link. If you are passing a parameter to it it would be easier if they were in the same project.

i haven't read up on it or done anything with it yet, but i recently heard about Report URL Access

DForck42
+1  A: 

Right click on the field you want to drill through from. Go to Properties. Go to the Navigation tab. Choose the Jump to URL option and put something similar to the following expression in the textbox.

="javascript:void(window.open('http://servername/reportserver?%2fpathto%2freport&rs:Command=Render&ProductCode="+Fields!ProductCode.Value+"'))"
Jamie