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 |
cipriani1984
Constraint Violating Yak Guru
304 Posts |
Posted - 2012-07-11 : 05:05:47
|
Hi,i have done it in the past, but i know you can view a webpage inside a SSRS report.But all i can find at the moment is the action 'go to url' which loads an external page, but would like to browse a website through the report.how would i be able to do that?thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-07-11 : 10:17:58
|
the way to do it is to use jump to url functionality. Didnt understand what other functionality you're looking at. Can you elaborate what you mean by browse website in report?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
cipriani1984
Constraint Violating Yak Guru
304 Posts |
Posted - 2012-07-11 : 11:06:20
|
so instead of being directed to a new window.the website will load through the textbox. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-07-11 : 11:32:31
|
quote: Originally posted by cipriani1984 so instead of being directed to a new window.the website will load through the textbox.
hmm...how can website load through textbox? do you mean load in same window as report? add parttarget=_selfto javascript expression you write inside jump to url and it will open page in same window as report------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
cipriani1984
Constraint Violating Yak Guru
304 Posts |
Posted - 2012-07-11 : 13:02:02
|
so you mean like this?="javascript:void(window.open('http://www.nufc.com','_self'))" |
|
|
cipriani1984
Constraint Violating Yak Guru
304 Posts |
Posted - 2012-07-11 : 13:04:02
|
ok that worked well, for browsing to the url in the same windowbut is there a way to have the same report open, but have a bit of a report showing part of a website? like you would have a subreport but have a sub part of a website? |
|
|
|
|
|