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

sql server reporting services : LinkTarget resets itsef after several navigates


Max
10/23/2004 8:43:01 AM
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?
mike a
11/24/2004 7:39:02 PM
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!

[quoted text, click to view]
Joel
12/7/2004 4:45:04 PM
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]
AddThis Social Bookmark Button