Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
varalakshmi
Yak Posting Veteran
98 Posts |
Posted - 2013-08-20 : 02:41:48
|
Hi,I need to create a report in SSRS which is to be integrated in SharePoint server. The report should open or generate another report on clicking the report field. for example on clicking the customer name in the main report, the detailed customer report should be generated. Please let me know if this is feasible in SSRS.Thanks in advance.- Varalakshmi |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-08-20 : 05:54:56
|
This is feasible. Its called jump to url property and is available from textbox properties by right clicking on it and choosing navigation tab.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
varalakshmi
Yak Posting Veteran
98 Posts |
Posted - 2013-08-20 : 07:58:58
|
Thanks for the reply. Please can you clarify. which property I should choose. I should call another RDL from my main report to get the detailed report.- Varalakshmi |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-08-21 : 00:44:07
|
from any textbox within any container(table/matrix etc), right click and choose properties. You'll have a navigation tab which will have options like Jump to Report and Jump to URL. Choose the latter and set your url for the navigation eport inside it------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|