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

sql server reporting services

group:

JUST THE REPORT PLEASE - NO HOME HEADER OR OTHER LINKS ON THE PAGE


JUST THE REPORT PLEASE - NO HOME HEADER OR OTHER LINKS ON THE PAGE DragonVic
3/11/2005 1:03:05 PM
sql server reporting services:
I have created tons of reports and ran them in their own window without using
the home header to custumize them better, now I want to plug in the results
in a separate frame the same way within another web app again without the
home page header, the tabs, or those links to subscriptions and Site
settings.

but whenever I link from that report to call another report wheter in it's
own window or in a frame, the report I requested opens but with the home page
and the header all over again. I do not wish to show all that everytime I
call reports form other reports.

I just want the results and be able to link to other reports normaly
avoiding the header and all the extras.

Re: JUST THE REPORT PLEASE - NO HOME HEADER OR OTHER LINKS ON THE PAGE Andy Hardin
3/11/2005 4:10:30 PM
Try looking "URL Access Parameters" in the Reporting Services Books Online. Here is a
sample from there:


The following example hides the HTML Viewer toolbar by setting the rc:Toolbar parameter
value to false:

http://servername/reportserver?/Sales/YearlySalesSummary&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false

~Andy

[quoted text, click to view]
Re: JUST THE REPORT PLEASE - NO HOME HEADER OR OTHER LINKS ON THE Koen
3/14/2005 12:03:09 AM
You can also use the Report Viewer component. Consult msdn for more
information (it's a dll file you have to integrate in Visual Studio, not much
work, and very handy, i use it too)

Kind regards,

Koen Vermeire
koen.vermeire@gmail.com

[quoted text, click to view]
Re: JUST THE REPORT PLEASE - NO HOME HEADER OR OTHER LINKS ON THE DragonVic
3/15/2005 7:15:05 AM
Is there an easier way to just replace the RS Home header with with my own
banner?
Thus avoiding all these extra steps.


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