all groups > sql server reporting services > january 2005 >
You're in the

sql server reporting services

group:

Click Through report/jump to a location


Click Through report/jump to a location ChristheGreat
1/6/2005 3:04:49 PM
sql server reporting services:
Anyone know how to make a report jump to a particular part of the
report when you open it.

Here's my situation. I have a summary commission report, that when you
click on the Sales reps name, it takes you to a detailed report about
the reps invoices. This report needs to have all reps on it, but i
want it to jump to the location of the rep that was clicked on in the
original report. Is this possible?
Re: Click Through report/jump to a location Cem Demircioglu
1/7/2005 10:45:31 AM

Christhe,
I think you are looking for an anchor function. I don't think there is one,
unless you create your custom Report viewer. However, if you change your
report structure a bit, you may get the same effect. Click on the name, call
the same report with name parameter and display the results at the bottom.
By default, do not show any data related to sales.

How does it sound? Let me know, if you find a another solution for your
problem.

Thanks.
Cem Demircioglu

[quoted text, click to view]

Re: Click Through report/jump to a location Bruce L-C [MVP]
1/7/2005 12:21:18 PM
There is a way to set and jump to a bookmark once you are in the report, the
question is whether this bookmark can be specified on the URL. This has
gotten me curious and I am going to investigate it.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Click Through report/jump to a location jj#10
1/20/2005 7:45:03 AM
Have you had any luck w/ this ? I saw in the reporting services books online
documentation that there is a "BookmarkID" property as an HTML device setting
when rendering to HTML.

I would like to just specify a BookMarkId using URL access something like - :

http://itmgmt/ReportServer?%2fONE_BILL%2falltel&dept_head_key=B3C95052-28F1-4318-A4CB-020008B960CA&department_number=ALL&bill_month=12/1/04&rs%3aParameterLanguage=&rc%3aParameters=FALSE&BookmarkID=704-591-2508

but it expects the BookmarkID as a report parameter.

[quoted text, click to view]
Re: Click Through report/jump to a location jj#10
1/20/2005 8:15:03 AM
got it! - need to put "&rc%3a" in front of "BookmarkID=704-591-2508"

This will get you to top of the page of the BookMark you are looking for,
but I suppose scrolling down to it on with browser would require client
scripting.

I will experiment with the Document map ID parameter to see if this works
any better.

[quoted text, click to view]
Re: Click Through report/jump to a location Bruce L-C [MVP]
1/20/2005 9:50:55 AM
I thought this should be possible but same as you I was not able to get it
to work. I'll try my MS contacts and see if there is a way to do this.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Click Through report/jump to a location Bruce L-C [MVP]
1/20/2005 10:48:34 AM
I was having a single page in my tests and expected it to go to the bookmark
which it did not. So it sounds like it is partially implemented, that it
brought it to the appropriate page. Well, that is something. Let me know
what you find out with Document map if you don't mind. Thanks,

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Click Through report/jump to a location jj#10
1/21/2005 4:31:04 AM
I can't get the Doc Map Id to work at all. Not sure what I'm doing wrong - I
utilized it in the same way as the BooMarkID.

I'll probably stick with the BookMarkID.

[quoted text, click to view]
AddThis Social Bookmark Button