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 |
spyr
Starting Member
2 Posts |
Posted - 2004-10-22 : 07:00:02
|
Hi,i would like to know if it's possible to launch a RS report from a VisualBasic application...If it is possible, how can i do it?Thanks in advance!Bye |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2004-10-22 : 07:26:08
|
Since RS is based on URL access, you can use the Shell command in VB to start Internet Explorer and pass the URL of the report/server you want to open:Shell("C:\Program Files\Internet Explorer\IEXPLORE.EXE http://myRSURL/")That's probably the easiest way. |
 |
|
spyr
Starting Member
2 Posts |
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
|
|