我在RDLC报告中有多个图表。我隐藏并使用Visibility选项显示表格。
我的问题是,报告会创建多个空白页面。
注意:
'Consume Container WhiteSpace'
也设置为'False'
任何其他解决方案请!!
屏幕截图 - 1:
屏幕截图 - 2
答案 0 :(得分:0)
Put a small textbox in the header and assign it the following expression
Globals!TotalPages
Hide the text box.. it will show how many pages you have in your preview screen.
Ensure you have ConsumeContainerWhitespce
report property as True.
Ensure the report margins are wide enough so they don't run over two pages.. pull your chart width in a few mils at a time until you get it to fit on one page.