all groups > sql server reporting services > august 2006 >
You're in the

sql server reporting services

group:

Hide Breadcrumbs


Hide Breadcrumbs JDArsenault
8/28/2006 1:33:02 PM
sql server reporting services:
My users access SQL reports via weblinks from a Sharepoint portal. Even
though they don't have backward access through the folders, they can still
hee the breadcrumbs. How do I hide the breadcrumbs to the folder heirarchy?

Thanks for the help

Re: Hide Breadcrumbs Josh
8/29/2006 5:50:50 AM

JD,

It sounds like you are copying the URL out of Internet Explorer and
making it the source of web part in SharePoint. There are actually
SharePoint web parts that have been provided by Microsoft for this. For
more info, go to http://msdn2.microsoft.com/en-us/library/ms159772.aspx

If you want to keep using URLs, you can use the ReportViewer control to
open the report instead of opening a Report Manager URL. The Report
Viewer control does not show the report WITHIN Report Manager, so there
are no breadcrumbs.

With:
server name = goodwin
Report Server virtual directory = reportserver
report path = Production/Reports/
report name = Report1

The URL would look like this:
http://goodwin/reportserver/Pages/ReportViewer.aspx?/Production/Reports/Report1

To modify toolbar options, you can use some ReportViewer parameters.
http://msdn2.microsoft.com/en-us/library/ms152835.aspx

Hope this helps!

-Josh



[quoted text, click to view]
Re: Hide Breadcrumbs JDArsenault
8/29/2006 6:19:02 AM
Josh,

Just what the doctor ordered!

Thanks

JD

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