Answered by:
SRS Dashboard Report and iFrame

Question
-
Hi Guys,
Please could some offer me some help on the following issue.
I have a SRS report which shows basic project dashboard information. I've added this report into an iframe - that bits working all ok and the report shows within CRM.
What's annoying me is the SRS report toolbar at the top of the report - I can’t for the life of me seem to shift/hide it. I'm using the following para within the iframe.....
http://SERVERNAME:PORT/Reports/Pages/Report.aspx?ItemPath=%2fProjectSummaryReportOpen&rc&:Toolbar=false
I thought because I'm using the "&rc:Toolbar=false" function within my URL this should remove the toolbar from view, but it's not. Please could someone help me :)
Thanks in advanced :)Tuesday, October 27, 2009 2:30 PM
Answers
-
Have you tried the following:
http://MYSERVERNAME/ReportServer/Pages/ReportViewer.aspx?%2fProject+Summary+Report+-+Open&rs:Command=Render&rs:toolbar=false
Notice the slight diffeence in address - ReportServer
Rob
www.crmconsult.info www.chorusit.com Twitter:robertpeledie- Marked as answer by Donna EdwardsMVP Tuesday, February 2, 2010 8:48 PM
Sunday, January 31, 2010 12:12 PM
All replies
-
I use this and it works fine:
src="http://MYSERVERNAME/ReportServer?%2fCase+Dashboard&rs:Command=Render&rc:Toolbar=false&rs:ClearSession=true"
Rob
www.crmconsult.info www.chorusit.com- Proposed as answer by 365knowledge.com Tuesday, October 27, 2009 4:58 PM
Tuesday, October 27, 2009 4:39 PM -
It looks like you've an extra ampersand (&) in the url. You have:
&rc&:Toolbar=false
It should be:
&rc:Toolbar=false
And as Robert suggested, you should also add "rs:ClearSession=true", as this will ensure the report gets re-rendered every time you access it
Microsoft CRM MVP - http://mscrmuk.blogspot.com http://www.excitation.co.ukTuesday, October 27, 2009 5:44 PMModerator -
Hi Guys,
Thanks for the response: I've now amended the URL but still the upper toolbar is shown.
I'm using......
http://MYSERVERNAME/Reports/Pages/Report.aspx?ItemPath=%2fProject+Summary+Report+-+Open&rc:Toolbar=false
I've taken on board the re:ClearSession=true and will incorporate that into the URL when I get this resolve :)Tuesday, October 27, 2009 9:02 PM -
Have you tried the following:
http://MYSERVERNAME/ReportServer/Pages/ReportViewer.aspx?%2fProject+Summary+Report+-+Open&rs:Command=Render&rs:toolbar=false
Notice the slight diffeence in address - ReportServer
Rob
www.crmconsult.info www.chorusit.com Twitter:robertpeledie- Marked as answer by Donna EdwardsMVP Tuesday, February 2, 2010 8:48 PM
Sunday, January 31, 2010 12:12 PM