Hi,
I have the same problem :(
I want the hyperlinks in my report to open in a new window. I tried doing
this:
in Advanced->Navigation->JumptoURL of the textbox displaying the hyperlink,
I added "http://-the url"&" rc:LinkTarget=_blank" but it doesnt work - even
the javascript doesnt work :(
cud you be more specific as to where the report url string is ? have i tried
correctly?
plz help
thanks.
[quoted text, click to view] "Jim_OLAP" wrote:
> Jan,
>
> Thanks...with much effort we figured out our issue.
>
> We needed to add the "rc:LinkTarget=_blank" string to the HOST report's URL
> string -- not the TARGET report URL's string. This tells the HOST report how
> to handle any HYPERLINKS located in that report.
>
> Thanks for ypur help,
>
> Jim
>
>
>
> "Jan Pieter Posthuma" wrote:
>
> > Hi,
> >
> > Standard SRS creates hyperlink in reports with the taget="_top" attribute.
> > You can indeed specify an other target value by using the rc:LinkTarget part
> > in the URL. The LinkTarget can only used by outputting HTML reports. In your
> > case rc:LinkTarget=_blank should work.
> >
> > If it still doesn't work, feel free to supply additional information.
> >
> > Jan Pieter Posthuma
> >
> > "Jim_OLAP" wrote:
> >
> > > Hello,
> > >
> > > We are using an ASP multiple frame application to display reports using the
> > > URL method. It's a traditional format, with report names on the left frame
> > > and report display on the right side frame.
> > >
> > > The problem we are having is that we cannot break out of the multiple frames
> > > when using a HYPERLINK to a new report. We have tried the rc:TargetLink
> > > approach to no avail. The report just takes up all of IE window -- it does
> > > not create a new dedicated IE window like we want.
> > >
> > > Any ideas are appreciated.
> > >
> > > Jim
> > >