Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/70.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql SSRS:tabix的内容没有';尽管已添加分页符,但仍无法转到下一页_Sql_Ssrs 2008_Ssrs Tablix_Page Break - Fatal编程技术网

Sql SSRS:tabix的内容没有';尽管已添加分页符,但仍无法转到下一页

Sql SSRS:tabix的内容没有';尽管已添加分页符,但仍无法转到下一页,sql,ssrs-2008,ssrs-tablix,page-break,Sql,Ssrs 2008,Ssrs Tablix,Page Break,我对SSRS 2008有问题 我的rdl文件可以从以下位置下载: 我的问题是,即使我为“学生充实计划”的表格设置了之前的分页符,当我导出到pdf文件时,学生充实计划的内容也不会从新页面开始。请看下面的图片: 试试Tablix属性的报告 To add a page break to a data region 1 On the design surface, right-click the corner handle of data region and then click

我对SSRS 2008有问题

我的rdl文件可以从以下位置下载:

我的问题是,即使我为“学生充实计划”的表格设置了之前的分页符,当我导出到pdf文件时,学生充实计划的内容也不会从新页面开始。请看下面的图片:


试试Tablix属性的报告

To add a page break to a data region

        1   On the design surface, right-click the corner handle of data region and then click Tablix Properties.

        2   On the General tab, under Page break options, select one of the following options:

                    - Add a page break before. Select this option when you want to add a page break before the table.

                    - Add a page break after. Select this option when you want to add a page break after the table.

                    - Fit table on one page if possible. Select this option when you want the data to stay on one page.
在设计图面上,右键单击数据区域的角控制柄,然后单击Tablix属性


之后,在“常规”选项卡上的“分页符选项”下,选择以下选项之一

在PageBreak SET Breaklocation=Start下的Tablix属性上设置


!![在此处输入图像描述][4]

嗨,纳亚克,我也对你做了同样的事情,但问题是我的tablix内容没有进入新页面。对不起,纳亚克,也许我的情况很棘手。它仍然没有进入下一页。你介意打开我的rdl文件进行检查吗?@user1979164我看到了你的报告你设置了tablix属性BreakLocation=Start和KeepTogether=false:)你好。您的意思是我们必须设置Keep-Together=True才能从新页面开始吗?但在这里,即使我将其设置为True,它仍然不会从新页面开始。@user1979164我的意思是set KeepTogether=false不是True