简体   繁体   English

SSRS 2015报告分页问题

[英]SSRS 2015 Report Pagination Issues

I'm building a series of SSRS reports in Visual Studio 2015 such that the first report is a summary, which then feeds into a detail report through a link and a couple parameters. 我将在Visual Studio 2015中构建一系列SSRS报告,以使第一个报告是摘要,然后通过链接和几个参数将其馈入详细报告。

My problem is that when I click through to the second report, no matter how many rows are present in the report (and in some cases it can be upwards of 20,000 records), they all show on one page, making the report run super-slow, or just hang completely. 我的问题是,当我单击进入第二个报告时,无论报告中存在多少行(在某些情况下,可能超过20,000条记录),它们都显示在一页上,从而使报告可以超级慢,或完全挂掉。

I want to break up the detail report into several pages so it will load faster, instead of all records displaying on one page. 我想将详细信息报告分成几页,以便加载更快,而不是将所有记录显示在一页上。

I've tried setting the interactive height and the page height through the report properties window with no luck. 我尝试通过报表属性窗口设置交互式高度和页面高度,但是没有运气。

How can I force the detail report to break up into pages so it doesn't display all the records on one page? 如何强制将明细报表分成几页,以使其不在一页上显示所有记录?

Figured out the problem: My report had a page-level field I set up when I initially created the report by dragging the field into the "Page" section of the wizard, and, for some reason, this was forcing the tablix to keep to one page regardless of size. 找出问题所在:最初创建报告时,我的报告具有页面级字段,方法是将该字段拖到向导的“页面”部分中,由于某种原因,这迫使Tablix保持一页,不分大小。 I pulled out the page-level field and simply added a text box with the field in it instead and the page split every 8 inches like I set it to do. 我拉出了页面级别的字段,只是在其中添加了一个带有该字段的文本框,并且页面每隔8英寸就分开一次,就像我设置的那样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM