将SSRS报告导出为PDF时出现空白页...
问题描述:
大家好,
当我尝试将报告导出为PDF时,它会在每个偶数页码中显示一些空白页。我已经遵循这两个条件,因为
when i am trying to export my report to PDF it is giving some blank pages in every even page numbers. to over come this i have followed the two conditions as
正文的宽度+报告的左边距+报告的右边距 < =报告宽度。
width of the Body + left margin of the report + Right margin of the report < = Report width.
和消耗容器空白属性设置为TRUE。
现在解决了空白页面的问题,但报告页面现在正如LANDSCAPE中一样而不是肖像格式,意味着我在每页的右侧获得了大量的空白空间。
可以任何一个帮助我解决这个问题。
提前致谢。
答
你有什么PageSize宽度和高度设置? 我认为你必须在删除空格的过程中以某种方式交换它们。
What are you PageSize Width and Height settings? I think you must have swapped them somehow in the process of removing the white space.