Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用矩阵来显示数据。现在我想限制页面中显示的行数和列数。我试过 Ceiling(Fields!RowNumber(Nothing)/20) 但只有一列会显示 20 行。我想要每页 5 列和 10 行。
我有一个类似的问题,终于在这里找到了答案:
http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx
另外这里是这个问题的另一个链接:
http://www.sqlchick.com/entries/2010/8/17/repeating-column-headings-other-advanced-tablix-member-prope.html
这不是很清楚,但是在单击高级模式后,请确保在“行组”部分下突出显示 STATIC,然后更改提供的属性。
再次不确定这是否正是您想要的,但我认为它值得一看。