Friday, March 9, 2012

Please....tell me can it be done or not?

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?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
"RA" <rchaudhary-nospam@.storis.com> wrote in message
news:%23to4cyOzEHA.2568@.TK2MSFTNGP10.phx.gbl...
> 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?
>|||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
---
"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:e%23MQX1OzEHA.908@.TK2MSFTNGP11.phx.gbl...
> 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
> "RA" <rchaudhary-nospam@.storis.com> wrote in message
> news:%23to4cyOzEHA.2568@.TK2MSFTNGP10.phx.gbl...
>> 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?
>>
>|||Just like clicking a link, we can open a report; I want to open an html or
aspx page.
"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:e%23MQX1OzEHA.908@.TK2MSFTNGP11.phx.gbl...
> 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
> "RA" <rchaudhary-nospam@.storis.com> wrote in message
> news:%23to4cyOzEHA.2568@.TK2MSFTNGP10.phx.gbl...
>> 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?
>>
>|||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
"RA" <rchaudhary-nospam@.storis.com> wrote in message
news:utTuZ3OzEHA.3548@.TK2MSFTNGP09.phx.gbl...
> Just like clicking a link, we can open a report; I want to open an html or
> aspx page.
> "Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
> news:e%23MQX1OzEHA.908@.TK2MSFTNGP11.phx.gbl...
> > 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
> >
> > "RA" <rchaudhary-nospam@.storis.com> wrote in message
> > news:%23to4cyOzEHA.2568@.TK2MSFTNGP10.phx.gbl...
> >> 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?
> >>
> >>
> >
> >
>|||Try IIS "redirect" feature but don't know if it will work.
"RA" wrote:
> 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?
>
>|||Using Jump to URL, can a web page be opened in new window?
"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:OgYaw7OzEHA.1400@.TK2MSFTNGP11.phx.gbl...
>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
> "RA" <rchaudhary-nospam@.storis.com> wrote in message
> news:utTuZ3OzEHA.3548@.TK2MSFTNGP09.phx.gbl...
>> Just like clicking a link, we can open a report; I want to open an html
>> or
>> aspx page.
>> "Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
>> news:e%23MQX1OzEHA.908@.TK2MSFTNGP11.phx.gbl...
>> > 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
>> >
>> > "RA" <rchaudhary-nospam@.storis.com> wrote in message
>> > news:%23to4cyOzEHA.2568@.TK2MSFTNGP10.phx.gbl...
>> >> 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?
>> >>
>> >>
>> >
>> >
>>
>|||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
"mresanchez" <mresanchez@.donot-spam.com> wrote in message
news:F3CEA3E9-CDB9-4ABF-930B-BC2771B4CD07@.microsoft.com...
> Try IIS "redirect" feature but don't know if it will work.
>
> "RA" wrote:
> > 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?
> >
> >
> >|||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
"RA" <rchaudhary-nospam@.storis.com> wrote in message
news:OxqmrJPzEHA.2716@.TK2MSFTNGP14.phx.gbl...
> Using Jump to URL, can a web page be opened in new window?
> "Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
> news:OgYaw7OzEHA.1400@.TK2MSFTNGP11.phx.gbl...
>>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
>> "RA" <rchaudhary-nospam@.storis.com> wrote in message
>> news:utTuZ3OzEHA.3548@.TK2MSFTNGP09.phx.gbl...
>> Just like clicking a link, we can open a report; I want to open an html
>> or
>> aspx page.
>> "Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
>> news:e%23MQX1OzEHA.908@.TK2MSFTNGP11.phx.gbl...
>> > 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
>> >
>> > "RA" <rchaudhary-nospam@.storis.com> wrote in message
>> > news:%23to4cyOzEHA.2568@.TK2MSFTNGP10.phx.gbl...
>> >> 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?
>> >>
>> >>
>> >
>> >
>>
>>
>|||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.
"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:%237FEZLPzEHA.2656@.TK2MSFTNGP14.phx.gbl...
>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
> "mresanchez" <mresanchez@.donot-spam.com> wrote in message
> news:F3CEA3E9-CDB9-4ABF-930B-BC2771B4CD07@.microsoft.com...
>> Try IIS "redirect" feature but don't know if it will work.
>>
>> "RA" wrote:
>> > 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?
>> >
>> >
>> >
>

No comments:

Post a Comment