Crystal报告与Visual Studio 2010 A5页面方向问题

时间:2014-03-08 14:31:32

标签: c# visual-studio-2010 crystal-reports crystal-reports-2010

我有一份报告,需要以8“* 5.5”,纵向方式导出为PDF。现在在Crystal Reports 13(VS2010)中,当我选择页面尺寸为A5并且方向为纵向时,它仍然以横向打印。我尝试使用上面的维度创建用户定义的页面大小,它会自动选择Landscape。

这个问题的解决方案是什么?

1 个答案:

答案 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