Tablix Headers 重复导出 PDF,但不导出 Word

Tablix Headers repeating on PDF exports, but not Word

我在 SSRS 2008 R2 报告中遇到问题,其中 tablix headers 没有在 PDF 和 Word 导出中重复...它们只会显示在第一页上。

所以我在这个 post:

上遵循了很好的指示

Whosebug solution to tablix header not repeating on all pages

现在可以使用了,但仅限于 PDF 报告。我的 tablix header 行仅针对 PDF 重复,而不针对 WORD 导出。我按照这封信的指示去做。有人有什么想法吗?

这是 Word 中的一个已知限制,分页将不起作用。这是详细说明此限制的 link - https://technet.microsoft.com/en-us/library/dd283105(v=sql.105).aspx#WordLimitations

Word does not repeat header rows on page two and greater, although you set the RepeatOnNewPage property of the static header row in a tablix (table, matrix, or list) to True. You can define explicit page breaks in your report to force header rows to appear on new pages. However, because Word applies its own pagination to the rendered report exported to Word, results might vary and the header row might not repeat predictably. The static header row is the row that contains the column headings.