reporting services - SSRS 2008 -- link to external website -


my company using ssrs 2008 reporting services , there 100's of different reports in it. after using ssrs 2008 charts decided to no use ssrs charting , decided use open source javascript library display charts. main reason have interactive charts!

i have done few charts in open source library asp.net webapp , have deployed it. wondering there way add "links" ssrs 2008 when clicked user redirected charts application. main reason have 1 single area employees go reports , charts.

i thinking of creating empty rdl file , on 'onload' event redirect have been unable find if these reports fire events!

is there other way achieve it?

right-click on field want direct charting system, click text box properties... , click action. want go url option, can use enter url redirect to.

note can use expressions here assist in going right chart, example:

="http://mycharts/regionchart?id=" & fields!region.value 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -