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-21 : 10:10:18
|
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 |
|
Peter Cwik
Starting Member
12 Posts |
Posted - 2009-01-21 : 16:19:23
|
You can try adusting the size of the report and report-body to be larger and thus you would not need to scroll. |
 |
|
|
|
|