Repeat Header / Keep Header Visible in Tables in SSRS 2008
You selected "Repeat header rows on each page" or "Keep header rows visible while scrolling" in the tablix properties dialog, but it doesn't seem to work as expected? You might want to try the following four steps if you are using a "table"-style layout:- in the grouping pane, click on the small triangle and select "Advanced Mode" to show static members:
- verify that you have the properties grid turned on (in BI
Development Studio use F4, in Report Builder go to the "View" tab and
select "Properties")
- select the corresponding (static) item in the row group hierarchy
- in the properties grid:
- set KeepWithGroup to After
- set RepeatOnNewPage to true for repeating headers
- set FixedData to true for keeping headers visible
If you have a "table"-style layout however, then the row/column group areas are often empty as you are using "headerless" table-style groupings. In that case, you have to set the properties as explained above to make entire static members (rows / columns) repeat / visible.
No comments:
Post a Comment