Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/32.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/7/css/37.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/c/64.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
Asp.net Crystal Report仅打印第1页,第2页为空白_Asp.net_Webforms_Crystal Reports - Fatal编程技术网

Asp.net Crystal Report仅打印第1页,第2页为空白

Asp.net Crystal Report仅打印第1页,第2页为空白,asp.net,webforms,crystal-reports,Asp.net,Webforms,Crystal Reports,我有一个Web表单项目,它使用Crystal Report 13.0.22打印报告 我有一个特定报告的问题,它只能打印出报告的第一页,而第二页被切断,导致只有空白的第二页。所有这些数据都可以打印出来 其他报告工作正常,但这一个报告。到目前为止,我试图删除页脚部分,但没有解决方案 我仍在了解这一点。有人能告诉我为什么会发生这种情况吗? 谢谢左键单击报告,然后转到“设计”->“默认设置”->“将网格大小设置为0.001,框大小应在报告页脚中。它表示网格大小应在0.1到0.01英寸之间。选中“捕捉到网

我有一个Web表单项目,它使用Crystal Report 13.0.22打印报告

我有一个特定报告的问题,它只能打印出报告的第一页,而第二页被切断,导致只有空白的第二页。所有这些数据都可以打印出来

其他报告工作正常,但这一个报告。到目前为止,我试图删除页脚部分,但没有解决方案

我仍在了解这一点。有人能告诉我为什么会发生这种情况吗?
谢谢

左键单击报告,然后转到“设计”->“默认设置”->“将网格大小设置为0.001,框大小应在报告页脚中。它表示网格大小应在0.1到0.01英寸之间。选中“捕捉到网格”选项,“显示网格”未选中。我尝试了0.01英寸和网格的多个选项,仍然没有解决方案。解决方案是将CrystalReportViewer对象属性crObj.SeparatePages设置为false;这为我解决了问题。