I have the following scenario in my company:
- We have two BI tools
- One is a highly interactive reporting platform that reports from and generates the company data warehouse
- The other is SSRS which we use for our static form type reports. We also use it for real time reporting as this sources directly from the transactional databases
It is a hassle to have users jumping between two reporting platforms to find specific reports they are looking for.
What I would like to do is use SSRS as the home for all reports by creating dummy reports in SSRS whose only purpose is to redirect the user the report in other reporting platform
I imagine this should be possible using custom code functionality in SSRS.
What code (VB.net / C#) can I use to invoke a URL when a user clicks on the report.