Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个报告并将宽度设置为 11 英寸,高度设置为 8.5,当报告加载时它是横向的,但是当我打印或导出它时,它是纵向大小的?还有其他地方我需要修改尺寸设置吗?
您可以通过用户界面在报告属性中指定它。
或者,您也可以通过如下代码指定 Landscape 属性:
ReportViewer1.PrinterSettings.DefaultPageSettings.Landscape = True ReportViewer1.RefreshReport()
我得到它的工作我在报告菜单中找到了其他设置