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 |
karimallen
Starting Member
4 Posts |
Posted - 2009-01-20 : 10:31:28
|
I have a simple report that displays a table, grouped by date.The report uses drill down boxes, so the user can view information based on a required date. Everything works fine in the preview mode, however after deployment, when using it in a browser, the report automatically scrolls down or up in an attempt to display the info better when the user uses the drill down functionality. This is very annoying and sometimes means they have to scroll again as the required info is moved out of sight by this. How can i tell the report not to automatically scroll when the user uses the drill down buttons? I just can't work it out. I need help!!!!regards,Karim Allen |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-20 : 11:54:31
|
are you displaying report toolbar in drilldown report? |
 |
|
karimallen
Starting Member
4 Posts |
Posted - 2009-01-20 : 12:00:09
|
Yes the report toolbar is visible |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-20 : 12:10:58
|
you can hide it to free up some space. just append &rc:ToolBar=False to your navigation report url |
 |
|
karimallen
Starting Member
4 Posts |
Posted - 2009-01-20 : 12:18:13
|
Thanks for trying, but Im looking for a way of stopping it automatically scrolling completely. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-20 : 12:29:21
|
i guess it scrolls because tollbar takes quite a lot of spce. |
 |
|
|
|
|