Yes, one work-around is that if you have more than one level of
drill-through, you can not use the "Jump to Report" method of creating a link
and passing parameters. Instead, you must use "Jump to URL" with an
expression such as:
="/ReportServer?/TheFolder/TheReport&rc:LinkTarget=frameName&rs:Command=Render&MyReportParam=" + =Fields!JFieldName.Value
I hope this helps.
Best regards,
Joel
[quoted text, click to view] "mike a" wrote:
> Did anyone come up with an answer to this one? I am having the same issue and
> have not been able to resolve it no matter what I try!
>
> "Max" wrote:
>
> > I have a frameset with a "navigation" and "viewer" frame, each containing a
> > report. On both frames, the LinkTarget is set to the "viewer".
> >
> > Navigating from the navigation frame works fine.
> >
> > However, when I keep drilling through in the viewer frame something strange
> > happens. After one or two clicks, the linked report takes over the entire
> > window. When I inspect the url I notice that the LinkTarget is set to _top.
> >
> > Navigation is done using the report navigation feature in the designer, so I
> > don't have control over the LinkTarget device setting there.
> >
> > Can anyone fathom what I'm doing wrong here?