Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ismailc
Constraint Violating Yak Guru
290 Posts |
Posted - 2008-11-17 : 07:59:33
|
Hi, I need help. I'm using SSRS to assist with another application. The purpose is for view only and not like a report. I want to hide all bars passed in link rc: Managed to hide the parameter bar in link but not the bar here is shows page 1 of 1. On my SSRS I have only a body, which I want all rows listed on one page only!So there is also no need for the bar (page 1 of 1) - user should scroll down on one page Please Assist! |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-17 : 09:52:29
|
make Interactiveheight property of report to 0 if you want report to appear in single page.I'm not sure whether you will be able to hide the standard report bar. |
 |
|
ismailc
Constraint Violating Yak Guru
290 Posts |
Posted - 2008-11-18 : 05:21:31
|
Thanks a million! Got it to one page, on the hiding of the standard report bar next to the hide parameter area - has the Show or hide document map got to with hiding the standard toolbar?Let me know if you could find a solution to hide the bar!Regards |
 |
|
ismailc
Constraint Violating Yak Guru
290 Posts |
Posted - 2008-11-18 : 05:29:03
|
Thanks a million! Got it to one page, on the hiding of the standard report bar next to the hide parameter area - has the Show or hide document map got to with hiding the standard toolbar?Let me know if you could find a solution to hide the bar!Regards |
 |
|
ismailc
Constraint Violating Yak Guru
290 Posts |
Posted - 2008-11-18 : 07:42:16
|
This works in the url: rc:Toolbar=false |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-18 : 08:52:34
|
quote: Originally posted by ismailc This works in the url: rc:Toolbar=false
thanks for the tip |
 |
|
|
|
|