Groups | Blog | Home
all groups > sql server reporting services > november 2004 >

sql server reporting services : Please....tell me can it be done or not?


mresanchez
11/17/2004 2:08:01 PM
Try IIS "redirect" feature but don't know if it will work.


[quoted text, click to view]
Jeff A. Stucker
11/17/2004 2:39:29 PM
If your goal is to authenticate the user, you can check out the Forms
Authentication example available from Microsoft. That auto-redirects users
who are not authenticated.

--
'(' Jeff A. Stucker
\

Business Intelligence
www.criadvantage.com
--------------------------------------
[quoted text, click to view]

Bruce L-C [MVP]
11/17/2004 3:35:19 PM
I'm not aware of any way to do this. What is it you are trying to
accomplish? Maybe there is some other way to do it.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Bruce L-C [MVP]
11/17/2004 3:46:45 PM
I still don't understand what you are trying to accomplish.

If you want to integrate an existing webpage then look at URL integration.
If you want to go from some report to a web page of your choosing then you
can do a jump to URL and go anywhere you want. It does not have to be a
report.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Bruce L-C [MVP]
11/17/2004 4:14:44 PM
A report is not a web page. RS is a web application that retrieves the
appropriate RDL from the database, renders it and returns the data. I really
don't think that would work.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

RA
11/17/2004 4:33:05 PM
Can I set a URL in such a way that as soon as a report opens; it takes us to
a specified aspx page first?

RA
11/17/2004 4:41:55 PM
Just like clicking a link, we can open a report; I want to open an html or
aspx page.

[quoted text, click to view]

RA
11/17/2004 5:14:36 PM
Using Jump to URL, can a web page be opened in new window?

[quoted text, click to view]

Bruce L-C [MVP]
11/17/2004 10:14:27 PM
Teo (the other MVP) just answered this in another thread. I didn't know the
answer but saw his.

= "javascript:window.open('http://www.google.com')"

Cool.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Brian Welcker [MSFT]
11/18/2004 1:16:04 AM
You could always build a web application that did whatever you want and then
ran a report.

--
Brian Welcker
Group Program Manager
Microsoft SQL Server Reporting Services

This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

AddThis Social Bookmark Button