FixedHeader + ToggleItem-Autoscrolling
Apr 12, 2007
Hi @All,
SSRS offers for a table control the nice feature "Fixed Header" (so called in the Properties Box) or "Header should remain visible while scrolling" (so called in the context Properties Window). This works fine.
SSRS has an other (auto-)scrolling-feature for drilldown, e.g. when you have a long list of data in the first column of a table, that are toggle-items for drilldown and you click on such a "+" sign for drilldown, SSRS scrolls the toggled item to the top position of the table chart controll. This works fine.
But... with both features together SSRS scrolls the row selected for drilldown under the fixed header!
For the user, it looks like the data has gone. They have to undo the SSRS drilldown-autoscrolling to see the data again they have choosen to drilldown.
The bug is that SSRS doesn't substract the header-hight from the top position of the table chart for the new (auto)scrolling position.
Has anyone found the same problem and has a workaround? E.g. can the mechanism of drilldown-autoscrolling be turned off? With what property?
Thanks for any help in advance!
Cheers,
Mobi
View 2 Replies
Mar 20, 2007
How do I keep a Page Header visible on screen if, in the Body of the report, a Table exists where the rows need to be scrolled?
View 2 Replies
View Related
Jul 10, 2007
I have 2 tables in a list,Table1 and Table 2. What im trying to do,is to set ToggleItem in Table2,by using a cell in Table 1..Is it possible?
Thanks...
View 5 Replies
View Related
Mar 28, 2008
How can I do a Toggle item with a group?
For example:
Group1:
Line 1
Line 2
Line 3
...
Group2:
Line1
...
...
I Want a plus and minus check in group 1 and group 2 and i want to display or hidde the lines of a group.
Can you help me please?
Thanks!
View 1 Replies
View Related
Nov 16, 2007
Greetings,
I have a wide report. The leftmost two columns have the FixedHeader property set true so they remain visible when I do horizontal scrolling. My problem is that the height of the 1st two rows in the fixed header section increases as soon as I scroll the report to the right. The height of the 1st two rows in the fixed header section roughly doubles while the height of the scrollable section remains the same. The upshot is that the fixed part of the report is misaligned with the scrollable part (because the rows in the two sections don't have the same height). Only the 1st two rows in the fixed header grow taller - the other rows in the fixed header retain their original height.
Has anyone seen this problem or have an idea what is happening?
Thanks,
BCB
This is the style that is generated for one of the fixed header columns:
.a6
{overflow:hidden;
HEIGHT:100%;
WIDTH:100%;
font-style:Normal;
font-family:Verdana;
font-size:8pt;
font-weight:Normal;
text-decoration:None;
direction:LTR;
unicode-bidi:Normal;
text-align:left;
writing-mode:lr-tb;
vertical-align:Top;
color:Black;
word-wrap:break-word
}
View 4 Replies
View Related
Jan 23, 2007
I have three Toggleitem in my datatable now on form load i like to view minus (collapse ToggleItem)
If posible to collapse(if expanded) other two toggleItem in same datatable if one is (plus)expanded
View 1 Replies
View Related
Mar 26, 2008
Ola,
I'm creating a report that contains 3 groups. The thing I want to find out is how can I change the toggleitem of a group, based on a value? Here is an example:
Invoice
regNumber
task
details
details
details
What I want is to switch the toglleitem of details to regnumber if task.value = 0
can it be done?
thx in advance
View 1 Replies
View Related