2016-07-27 35 views
0

是否有可能在多個頁面中有列標題?現在,我只能在第一頁上看到標題。是否可以在每個頁面上獲取表頭?SSRS:如何在多個頁面上顯示列標題

+------+------+------+------+------+ 
| col1 | col2 | col3 | col4 | col5 | 
+------+------+------+------+------+ 
|  |  |  |  |  | 

------------------------------------ 
        Page 1 of 10 pages 


+------+------+------+------+------+ 
| col1 | col2 | col3 | col4 | col5 | 
+------+------+------+------+------+ 
|  |  |  |  |  | 

------------------------------------ 
       Page 2 of 10 pages 

感謝您的幫助

+0

請參閱此網址http://stackoverflow.com/questions/4781592/freezing-column-headers-while-scrolling- in-ssrs –

+0

如果您使用的是tablix,請參閱此網址http://stackoverflow.com/questions/11285923/tablix-repeat-header-rows-on-each-page-not-working-report-builder-3- 0 –

回答

0

最簡單的方法是在表右擊或矩陣定,你可以找到一個選項,行標題或列標題。選中複選框(每頁上的重複頁眉行和滾動時保持頁眉可見)並預覽報告

+0

我檢查了這2個選項,沒有任何運氣。 – Richard77

+0

它應該工作。如果不工作,請按照下面的鏈接。您必須爲所有組執行並詳細說明一個.https://msdn.microsoft.com/en-us/library/dd207045.aspx –

相關問題