我有一份报告,需要以8“* 5.5”,纵向方式导出为PDF。现在在Crystal Reports 13(VS2010)中,当我选择页面尺寸为A5并且方向为纵向时,它仍然以横向打印。我尝试使用上面的维度创建用户定义的页面大小,它会自动选择Landscape。
这个问题的解决方案是什么?
答案 0 :(得分:0)
您还可以尝试在实际设置ReportViewer报告时从后面的代码设置页面方向。
ReportDocument rpt = new WhateverthenameofReport();
rpt.ReportDefinition.Sections[index of the report section].SectionFormat.PageOrientation = ""; // This can be the name of the orientation