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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 URL in SSRS

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 MVP
http://visakhm.blogspot.com/

Go to Top of Page

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.
Go to Top of Page

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 part
target=_self

to javascript expression you write inside jump to url and it will open page in same window as report

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

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'))"
Go to Top of Page

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 window

but 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?
Go to Top of Page
   

- Advertisement -